import { FunctionComponent, SVGProps } from 'react'; export type SpinnerProps = SVGProps & { size?: number | string; }; export declare const Spinner: FunctionComponent;