import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { SpinnerProps } from './Spinner.type'; export declare const initialStyle: SerializedStyles; export declare const borderWidth: (theme: RktaTheme, props: SpinnerProps) => SerializedStyles; export declare const color: (theme: RktaTheme, { color: borderColor }: SpinnerProps) => SerializedStyles; export declare const size: (theme: RktaTheme, props: SpinnerProps) => SerializedStyles; //# sourceMappingURL=Spinner.styles.d.ts.map