export class Dialog { constructor(view: any, cfg: any); constructor(view: any); hide(): void show(): void static closeAll(): void static install(vue: any, cfg: any): void }