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