import { FunctionComponent, ReactNode } from 'react';
declare type CenteredPageProps = {
    children: ReactNode;
};
export declare const CenteredPage: FunctionComponent<CenteredPageProps>;
export {};
