export declare const progressBarStyles: Readonly<{ container: { width: string; overflow: "hidden"; }; progressBar: { height: string; }; progressText: { position: "absolute"; top: number; left: number; right: number; bottom: number; textAlign: "center"; textAlignVertical: "center"; fontWeight: "bold"; }; }>; //# sourceMappingURL=progressBarStyles.d.ts.map