import * as react_jsx_runtime from 'react/jsx-runtime'; import React__default, { ElementType } from 'react'; type BoxProps = { as?: T; ref?: React__default.Ref; children?: React__default.ReactNode; } & Omit, 'as' | 'ref' | 'className'> & { className?: string; }; declare function Box({ as, ref, children, className, ...rest }: BoxProps): react_jsx_runtime.JSX.Element; export { Box, type BoxProps };