import '@arclux/arc-ui/icon-button'; import * as i0 from "@angular/core"; export declare class IconButton { private readonly _el; set name(value: string); get name(): string; set text(value: string); get text(): string; set variant(value: 'ghost' | 'secondary' | 'primary'); get variant(): 'ghost' | 'secondary' | 'primary'; set size(value: 'xs' | 'sm' | 'md' | 'lg'); get size(): 'xs' | 'sm' | 'md' | 'lg'; set label(value: string); get label(): string; set href(value: string); get href(): string; set disabled(value: boolean); get disabled(): boolean; set type(value: string); get type(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }