///
import { BaseComponent } from '../../Utilities';
import { ILayerHostProps } from './LayerHost.types';
export declare class LayerHost extends BaseComponent {
shouldComponentUpdate(): boolean;
componentDidMount(): void;
componentWillUnmount(): void;
render(): JSX.Element;
}