import React from 'react';
import { GuiLayoutProps } from './GuiLayout.type';
export declare const GuiLayout: React.FC<GuiLayoutProps>;
export default GuiLayout;
