import { FC } from 'react'; interface PageProps { tenant?: any; page?: any; } export declare const Page: FC; export {};