import * as _heroui_system_rsc from '@heroui/system-rsc'; import { UseSpinnerProps } from './use-spinner.js'; import '@heroui/system/src/types'; import 'tailwind-variants'; import 'react'; import '@heroui/theme'; interface SpinnerProps extends UseSpinnerProps { } declare const Spinner: _heroui_system_rsc.InternalForwardRefRenderFunction<"div", SpinnerProps, never>; export { type SpinnerProps, Spinner as default };