import type { PathStyleProps as GPathStyleProps } from '@antv/g'; import { OmitConflictStyleProps } from './types'; export { Path } from '@antv/g'; export type PathStyleProps = OmitConflictStyleProps<GPathStyleProps>;