import { AtomStyle } from "./AtomStyle"; import { AtomTheme } from "./AtomTheme"; import { IStyleDeclaration } from "./IStyleDeclaration"; export declare class AtomListBoxStyle extends AtomStyle { padding: number; readonly theme: AtomTheme; readonly item: IStyleDeclaration; readonly selectedItem: IStyleDeclaration; } //# sourceMappingURL=AtomListBoxStyle.d.ts.map