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