import type { PropsWithChildren } from 'hono/jsx'; type Props = { lang: string; }; /** * * @param root0 * @param root0.children * @param root0.lang */ export declare function Layout({ children, lang }: PropsWithChildren): import("hono/jsx/jsx-dev-runtime").JSX.Element; export {}; //# sourceMappingURL=layout.d.ts.map