import { Renderer2, ElementRef } from '@angular/core'; import { TdLayoutManageListComponent } from './layout-manage-list.component'; import { BaseLayoutToggleDirective } from '../layout-toggle.class'; import * as i0 from "@angular/core"; export declare class TdLayoutManageListToggleDirective extends BaseLayoutToggleDirective { set tdLayoutManageListToggle(tdLayoutManageListToggle: boolean | string); constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TdLayoutManageListCloseDirective extends BaseLayoutToggleDirective { set tdLayoutManageListClose(tdLayoutManageListClose: boolean); constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TdLayoutManageListOpenDirective extends BaseLayoutToggleDirective { set tdLayoutManageListOpen(tdLayoutManageListOpen: boolean | string); constructor(layout: TdLayoutManageListComponent, renderer: Renderer2, elementRef: ElementRef); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }