import { themeType } from '../../tokens/themes'; interface StyledCircularProgressBarProps { type?: themeType; degree?: number; } export declare const StyledCircularProgressWrapper: import("styled-components").StyledComponent<"div", any, StyledCircularProgressBarProps, never>; export declare const StyledCircularProgressInnerCircle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledLoadingText: import("styled-components").StyledComponent<"span", any, {}, never>; export {}; //# sourceMappingURL=styled.d.ts.map