import { themeType } from '../../tokens/themes'; interface StyledProgressBarProps { type?: themeType; animated?: boolean; width?: number; striped?: boolean; stripedAnimated?: boolean; } interface StyledLoadingTextProps { type?: themeType; } export declare const StyledProgressBar: import("styled-components").StyledComponent<"div", any, StyledProgressBarProps, never>; export declare const StyledProgressWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledLoadingText: import("styled-components").StyledComponent<"span", any, StyledLoadingTextProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map