import React from 'react'; export declare function Layout({ children }: { children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;