import { default as React } from 'react'; import { Box as PrimitiveBox } from '../box'; export type ContentProps = React.ComponentPropsWithoutRef; export declare const Content: React.ForwardRefExoticComponent>;