import { IArea } from '../../types';
import { FunctionComponent } from 'react';
interface IDebuggerProps {
    areas: IArea[];
}
declare const Debugger: FunctionComponent<IDebuggerProps>;
export default Debugger;
//# sourceMappingURL=Debugger.d.ts.map