import { ElementRef } from '@angular/core'; import { SbThemeService, Triggerable } from '../../core'; import * as i0 from "@angular/core"; declare const SbSidebarCore: import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbSidebarComponent extends SbSidebarCore implements Triggerable { size: string; side: 'left' | 'right' | 'top' | 'bottom'; visible: boolean; constructor(elementRef: ElementRef, themeService: SbThemeService); trigger(): void; getSidebarOverlayClasses(): Array; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};