/** @jsx jsx */ import { CSSProperties } from 'react'; import { Size } from '../types'; interface ISpinnerProps { size?: Size; className?: string; style?: CSSProperties; circleColor?: string; spinColor?: string; } export declare const Spinner: import("react").SFC, "theme">>; export {};