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