import { EventEmitter } from '@angular/core'; import { ThemePalette } from '@angular/material/core'; import * as i0 from "@angular/core"; export declare class TdWindowDialogComponent { toolbarColor?: ThemePalette; docked?: boolean | undefined; title?: string; toggleDockedStateLabel?: string; closeLabel?: string; dockToggled: EventEmitter; closed: EventEmitter; toolbarHeight: number; toggleDockedState(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }