import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle"; import { AtomTheme } from "@web-atoms/core/dist/web/styles/AtomTheme"; import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration"; export default class AutoCompleteBoxStyle extends AtomStyle { get theme(): AtomTheme; get root(): IStyleDeclaration; get popup(): IStyleDeclaration; get itemTemplate(): IStyleDeclaration; get item(): IStyleDeclaration; get selectedItem(): IStyleDeclaration; } //# sourceMappingURL=AutoCompleteBoxStyle.d.ts.map