export declare const progressBarHeight = 4; declare const styles: { circularProgressIndicator: { alignSelf: "center"; position: "absolute"; top: string; }; container: { height: string; left: number; position: "absolute"; top: number; width: string; }; iconsWrapper: { flexDirection: "row"; justifyContent: "flex-end"; }; linearProgressBarWrapper: { alignItems: "center"; backgroundColor: string; flexDirection: "column"; height: number; justifyContent: "center"; left: number; position: "absolute"; top: number; width: string; zIndex: number; }; }; export default styles;