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; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }