import XNode from "@web-atoms/core/dist/core/XNode"; import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl"; export default class Page extends AtomControl { static commandTemplate: (attributes: Partial, ...nodes: XNode[]) => XNode; static tabsTemplate: (attributes: Partial, ...nodes: XNode[]) => XNode; title: string; tag: string; commandTemplate: any; tabsTemplate: any; preCreate(): void; } //# sourceMappingURL=Page.d.ts.map