///
import * as React from 'react';
import './FocusTrapZone.Box.Example.scss';
export interface IBoxNoClickExampleExampleState {
isToggled: boolean;
}
export default class BoxNoClickExample extends React.Component, IBoxNoClickExampleExampleState> {
private _toggle;
constructor(props: React.HTMLAttributes);
render(): JSX.Element;
private _internalContents();
private _onButtonClickHandler;
private _onExitButtonClickHandler;
private _onFocusTrapZoneToggleChanged;
private _setRef;
}