declare namespace PickTool { interface Option { width?: number; height?: number; } } export default PickTool; //# sourceMappingURL=PickTool.d.ts.map