import { CustomCssPropsType } from '../../utils'; import { ThemeFn } from '../../utils/themeUtils'; export declare type Props = { color?: string | ThemeFn; size?: number; } & CustomCssPropsType; declare const SpinnerStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export default SpinnerStyle; //# sourceMappingURL=SpinnerStyle.d.ts.map