import { ProgressBarProps } from './ProgressBar.types'; export type { ProgressBarProps, ProgressBarStatus } from './ProgressBar.types'; export declare function ProgressBar({ value, showTime, time, customLabel, status, LinearProgressProps: linearProps, id, 'data-testid': dataTestId, 'aria-label': ariaLabel, role, }: ProgressBarProps): import("react/jsx-runtime").JSX.Element; export declare namespace ProgressBar { var displayName: string; } //# sourceMappingURL=index.d.ts.map