import SkinProps from './SkinProps';
export interface DonutTheme {
    donutColor?: string;
    bgrColor?: string;
    maxedBgrColor?: string;
    centerColor?: string;
    centerFocusedColor?: string;
    donutThickness?: number;
}
export default function Donut(props: SkinProps<DonutTheme>): JSX.Element;
//# sourceMappingURL=Donut.d.ts.map