import { type HStackProps } from '../../../layout/HStack'; import type { LegendEntryProps } from './Legend'; export type DefaultLegendEntryProps = LegendEntryProps & Omit; export declare const DefaultLegendEntry: import('react').NamedExoticComponent; //# sourceMappingURL=DefaultLegendEntry.d.ts.map