import { FC, SVGAttributes } from 'react';
/** @component React Components */
export declare const Spinner: FC<SVGAttributes<SVGElement>>;
