import * as React from "react";
export declare const Layout: React.FC<React.PropsWithChildren<{
    isNavigate?: boolean;
}>>;
