import type { HTMLStyleProps as GHTMLStyleProps } from '@antv/g'; import { OmitConflictStyleProps } from './types'; export { HTML } from '@antv/g'; export type HTMLStyleProps = OmitConflictStyleProps;