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 AppPanelStyle extends AtomStyle { readonly theme: AtomTheme; readonly root: IStyleDeclaration; static panelStyle(style: AppPanelStyle): IStyleDeclaration; }