import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle"; import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration"; export default class MessageListStyle extends AtomStyle { get root(): IStyleDeclaration; get toggleButtonBar(): {}; get listBox(): {}; get files(): IStyleDeclaration; get file(): IStyleDeclaration; }