import { Renderer2, ElementRef } from '@angular/core'; import { TdLayoutComponent } from './layout.component'; import { BaseLayoutToggleDirective } from './layout-toggle.class'; import * as i0 from "@angular/core"; export declare class TdLayoutToggleDirective extends BaseLayoutToggleDirective { set tdLayoutToggle(tdLayoutToggle: boolean | string); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TdLayoutCloseDirective extends BaseLayoutToggleDirective { set tdLayoutClose(tdLayoutClose: boolean | string | undefined); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TdLayoutOpenDirective extends BaseLayoutToggleDirective { set tdLayoutClose(tdLayoutOpen: boolean); constructor(layout: TdLayoutComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }