import { AtomControl } from "web-atoms-core/dist/web/controls/AtomControl"; import { NavigationService } from "web-atoms-core/dist/services/NavigationService"; export default class WindowDemo extends AtomControl { static readonly _$_url: any; protected navigationService: NavigationService; constructor(app: any, e?: any); create(): void; }