import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle"; import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration"; export default class AppHostStyle extends AtomStyle { get root(): IStyleDeclaration; get header(): IStyleDeclaration; get footer(): IStyleDeclaration; get fill(): IStyleDeclaration; get fileTab(): IStyleDeclaration; }