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