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