export declare const SplitProgress: ({ value, max, }: { value: number; max: number; }) => import("react").JSX.Element;