import '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-selection-frame/poi-selection-frame.js'; import { ObcPoiSelectionFrameType, ObcPoiSelectionFrameState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-selection-frame/poi-selection-frame.js'; export interface Props { type?: ObcPoiSelectionFrameType; state?: ObcPoiSelectionFrameState; customMode?: boolean; boxWidth?: number | null; boxHeight?: number | null; } export type { ObcPoiSelectionFrameType, ObcPoiSelectionFrameState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-selection-frame/poi-selection-frame.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;