import { ProgressLabel, ProgressValue } from './progress-misc'; import { ProgressRoot } from './progress-root'; import { ProgressTrack } from './progress-track'; export declare const Progress: typeof ProgressRoot & { Label: typeof ProgressLabel; Value: typeof ProgressValue; Track: typeof ProgressTrack; }; //# sourceMappingURL=progress.d.ts.map