import { ILayout } from './interfaces.js';
export declare function Layout<S = any>(props: ILayout<S>): import("react/jsx-runtime").JSX.Element;
