import { BaseComponent } from 'office-ui-fabric-react/lib/Utilities';
interface ILayerBasicExampleState {
    showLayer: boolean;
}
export declare class LayerBasicExample extends BaseComponent<{}, ILayerBasicExampleState> {
    state: {
        showLayer: boolean;
    };
    render(): JSX.Element;
    private _onChange;
}
export {};
