import * as React from 'react';
import type { ILayerHostProps } from './LayerHost.types';
export declare const LayerHost: React.FunctionComponent<ILayerHostProps>;
