///
import { BoxProps } from '@mui/material';
export interface LegendColorBadgeProps extends BoxProps<'div'> {
color: string;
}
export declare const LegendColorBadge: import("react").NamedExoticComponent;
//# sourceMappingURL=LegendColorBadge.d.ts.map