import { type StateProp } from '@innet/dom'; import { type FlexProps } from '../Flex'; export interface ContentProps extends FlexProps { width?: StateProp; } export declare function Content({ width, style, ...props }?: ContentProps): any;