export declare const FULL_PROGRESS = 100; export declare const NO_PROGRESS = 0; export declare const DisplayNames: { root: { displayName: string; }; label: { displayName: string; }; bar: { displayName: string; cssCustomProperties: { barBackgroundColor: string; barForegroundColor: string; }; cssProperties: { barHeight: string; }; }; data: { targetValue: string; label: string; }; }; export declare enum TestIDs { container = "progressbar-container", background = "progressbar-background", foreground = "progressbar-foreground", label = "progressbar-label" }