import { IPieProps, IPieStyles } from './Pie.types'; export declare const getStyles: (props: IPieProps) => IPieStyles;