import { FC } from 'react'; import { BaseSpinProps } from './types'; export declare const BaseSpin: FC;