export interface BoxProps extends React.HTMLAttributes { /** Change the default rendered element */ as?: React.ElementType; /** Render as a Slot component */ asChild?: boolean; } export declare const Box: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Box.d.ts.map