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