import type { RectStyleProps as GRectStyleProps } from '@antv/g'; import { OmitConflictStyleProps } from './types'; export { Rect } from '@antv/g'; export type RectStyleProps = OmitConflictStyleProps<GRectStyleProps>;