import { type BoxProps } from '../../../layout/Box'; import type { LegendShapeProps } from './Legend'; export type DefaultLegendShapeProps = LegendShapeProps & Omit; export declare const DefaultLegendShape: import('react').NamedExoticComponent; //# sourceMappingURL=DefaultLegendShape.d.ts.map