///
import { BaseApplicationComponent } from "@tandem/common";
export declare class IsolateComponent extends BaseApplicationComponent {
private _mountElement;
$didInject(): void;
componentDidMount(): void;
componentDidUpdate(): void;
readonly window: any;
readonly head: any;
readonly body: any;
readonly container: any;
onLoad: () => void;
_render(): void;
_addListeners(): void;
onScroll: (event: any) => void;
render(): JSX.Element;
}