/// <reference types="react" />
export declare function Layout(props: {
    [x: string]: any;
}): JSX.Element;
