import '@arclux/arc-ui/responsive-switcher'; import * as i0 from "@angular/core"; export declare class ResponsiveSwitcher { private readonly _el; set threshold(value: string); get threshold(): string; set gap(value: 'xs' | 'sm' | 'md' | 'lg' | 'xl'); get gap(): 'xs' | 'sm' | 'md' | 'lg' | 'xl'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }