import { AtomWindowStyle } from "./AtomWindowStyle"; import { IStyleDeclaration } from "./IStyleDeclaration"; export default class AtomAlertWindowStyle extends AtomWindowStyle { readonly titleHost: IStyleDeclaration; readonly content: IStyleDeclaration; readonly commandBar: IStyleDeclaration; readonly buttonStyle: IStyleDeclaration; } //# sourceMappingURL=AtomAlertWindowStyle.d.ts.map