/** * Utility component, mostly used internally in other design system components, * for consistent presentation of text with optional associated tooltip. */ export declare class RLabel { /** Text of an additional marker */ fieldIndicator?: string; render(): any; }