import React from 'react'; import { Styles } from './Legend.style'; export declare type Props = Styles & { className?: string; color: string; name: string; percentual: number; }; declare const _default: React.ComponentType, "color" | "className" | "children" | "name" | "percentual"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root">>; export default _default; //# sourceMappingURL=Legend.d.ts.map