export function PageContent({ loading, children, style, ...props }: { [x: string]: any; loading: any; children: any; style: any; }): JSX.Element; export function PageCountDown({ dbName, description, ...props }: { [x: string]: any; dbName: any; description: any; }): JSX.Element; export function PageNullDb(props: any): JSX.Element;