export declare function meta(): ({ title: string; name?: undefined; property?: undefined; content?: undefined; } | { title?: undefined; name: string; content: string; property?: undefined; } | { title?: undefined; name?: undefined; property: string; content: string; })[]; export default function OverviewRoute(): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=overview.d.ts.map