import type { Options } from 'ol/interaction/Draw.js'; /** * @returns Drawing options to draw a box. */ export declare const getDrawBoxOptions: () => Options;