import { ReactNode } from 'react'; export declare const Content: { ({ children }: { children: ReactNode; }): JSX.Element; displayName: string; };