import type { SFCWithInstall } from '../_util/interface';
import Spin from './spin';
type SpinType = SFCWithInstall<typeof Spin>;
export { spinProps } from './spin';
export type { SpinProps } from './spin';
export declare const FSpin: SpinType;
export default FSpin;