/// interface ProgressBarProps { value: number; } export declare const ProgressBar: ({ value }: ProgressBarProps) => JSX.Element; export {};