import '@arclux/arc-ui/sidebar'; import * as i0 from "@angular/core"; export declare class Sidebar { private readonly _el; set active(value: string); get active(): string; set collapsed(value: boolean); get collapsed(): boolean; set position(value: 'left' | 'right'); get position(): 'left' | 'right'; set width(value: string); get width(): string; set glow(value: boolean); get glow(): boolean; set label(value: string); get label(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }