import * as _heroui_system_rsc from '@heroui/system-rsc'; import { UseSpacerProps } from './use-spacer.js'; import '@heroui/theme'; import '@heroui/react-utils'; import './utils.js'; interface SpacerProps extends UseSpacerProps { } declare const Spacer: _heroui_system_rsc.InternalForwardRefRenderFunction<"span", SpacerProps, never>; export { type SpacerProps, Spacer as default };