import React from 'react';
export interface ContentPageProps {
}
export declare const ContentPage: React.FunctionComponent<ContentPageProps>;
