export interface UILayoutOptions { children: unknown; } export declare function UILayout(this: UILayoutOptions): JSX.Element;