import { themeType } from '../../tokens/themes'; interface StyledSpinnerProps { innerType: themeType; size: number; } export declare const StyledSpinner: import("styled-components").StyledComponent<"span", any, StyledSpinnerProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map