import { CSSProperties, FC } from 'react'; declare const Spinner: FC<{ strokeWidth?: number; color?: string; left?: number; top?: number; className?: string; style?: CSSProperties; }>; export { Spinner };