export declare function HomePageRoute({ children }: {
    children: React.ReactNode;
}): import("react").ReactNode;
