import { FC, SVGAttributes } from 'react';
export declare const Spinner: FC<SVGAttributes<SVGElement>>;
