import Edit from "./Edit";
import GatheringPlaceGraphics from "../graphics/GatheringPlaceGraphics";
declare class EditGatheringPlace extends Edit {
    _graphics: GatheringPlaceGraphics;
    constructor(overlay: any);
    /**
     *
     * @private
     */
    _mountedHook(): void;
}
export default EditGatheringPlace;
