import '@arclux/arc-ui/switch-group'; import * as i0 from "@angular/core"; export declare class SwitchGroup { private readonly _el; set label(value: string); get label(): string; set orientation(value: 'vertical' | 'horizontal'); get orientation(): 'vertical' | 'horizontal'; set size(value: 'sm' | 'md' | 'lg'); get size(): 'sm' | 'md' | 'lg'; set disabled(value: boolean); get disabled(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }