import { BaseCustomWebComponentConstructorAppend } from '@node-projects/base-custom-webcomponent'; export declare class SweetHome3dWebcomponent extends BaseCustomWebComponentConstructorAppend { #private; static style: CSSStyleSheet; static template: HTMLTemplateElement; static readonly is = "node-projects-sweet-home-3d"; static properties: { url: StringConstructor; level: StringConstructor; camera: StringConstructor; roundsPerMinute: NumberConstructor; }; url: string; level: string; camera: string; roundsPerMinute: number; constructor(); ready(): Promise; private createViewer; connectedCallback(): void; disconnectedCaallback(): void; }