import { FC, ReactNode } from 'react'; export interface DashboardPageProps { title?: string; children?: ReactNode; } export declare const DashboardPage: FC; export default DashboardPage; //# sourceMappingURL=DashboardPage.d.ts.map