import { AtomStyle } from "../styles/AtomStyle"; import { IStyleDeclaration } from "./IStyleDeclaration"; export declare class AtomWindowStyle extends AtomStyle { readonly frameHost: IStyleDeclaration; readonly frame: IStyleDeclaration; readonly titlePresenter: IStyleDeclaration; readonly titleHost: IStyleDeclaration; readonly title: IStyleDeclaration; readonly closeButton: IStyleDeclaration; readonly content: IStyleDeclaration; readonly commandBar: IStyleDeclaration; readonly commandBarButton: IStyleDeclaration; } //# sourceMappingURL=AtomWindowStyle.d.ts.map