import { WebElement } from '@downforce/web/element';
export declare class HtmlSandbox extends WebElement {
    constructor();
    connectedCallback(): void;
}
export declare function onContentChange(element: HTMLElement): void;
export declare function onHashChange(element: HTMLElement): void;
//# sourceMappingURL=html-sandbox.d.ts.map