import { FC } from 'react'; interface Props { page: any; uniqueName?: string; } export declare const PageContent: FC; export {};