import React from 'react'; interface ContentProps { dashboardUrl: string; } export default function NotFound({ dashboardUrl }: ContentProps): React.JSX.Element; export declare const layout: { areaId: string; sortOrder: number; }; export declare const query = "\n query Query {\n dashboardUrl: url(routeId: \"dashboard\")\n }\n"; export {};