import { FC } from 'react'; export declare type ContentPageProps = { fullWidth?: boolean; }; export declare const ContentPage: FC;