import { Box as RadixBox } from '@radix-ui/themes'; import type { ComponentPropsWithoutRef } from 'react'; type BoxProps = ComponentPropsWithoutRef; export declare const Box: import("react").ForwardRefExoticComponent>; export {};