import { SpinProps } from './spin.type'; declare const Spin: (props?: SpinProps) => import("react/jsx-runtime").JSX.Element | null; export default Spin; //# sourceMappingURL=spin.d.ts.map