import { TranslateProps } from '../../../../../ui/index.js';
export declare function Label({ inputId, label, referenceID, isGlobal }: ILabelProps & Partial<TranslateProps>): import("react/jsx-runtime").JSX.Element;
