import * as i0 from "@angular/core"; export declare class LabelComponent { tooltip: boolean; tooltipType: 'action' | 'info' | 'tooltip'; textTooltip: string; optional: boolean; size: 'small' | 'medium' | 'large'; skeleton: boolean; arrowhead: 'end' | 'middle' | 'start'; position: 'bottom' | 'left' | 'right' | 'top'; isDescription: boolean; description: string; iconStyleTooltip: "duotone" | "linear" | "filled"; iconSizeTooltip: 'xsm' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg' | 'huge' | 'giant' | string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }