import { ElementRef, Renderer2 } from '@angular/core'; import { LayoutToggle } from './layout-toggle.class'; import { VdLayoutComponent } from './layout.component'; import * as i0 from "@angular/core"; export declare class VdLayoutToggleDirective extends LayoutToggle { set vdLayoutToggle(vdLayoutToggle: boolean); constructor(layout: VdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VdLayoutCloseDirective extends LayoutToggle { set vdLayoutClose(vdLayoutClose: boolean); constructor(layout: VdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VdLayoutOpenDirective extends LayoutToggle { set vdLayoutClose(vdLayoutOpen: boolean); constructor(layout: VdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }