import { FC } from 'react'; interface Props { clickPercent: (percent: number) => void; } export declare const PercentGroup: FC; export {};