import '@oicl/openbridge-webcomponents/dist/ar/poi-controller/poi-controller.js'; import { PoiFitMode, PoiFrame, PoiDetection, PoiKeyFn } from '@oicl/openbridge-webcomponents/dist/ar/poi-controller/poi-controller.js'; export interface Props { fit?: PoiFitMode; frames?: PoiFrame[] | null; detections?: PoiDetection[] | null; frameIndex?: number | null; confidenceMin?: number | null; classFilter?: string[] | null; keyFn?: PoiKeyFn | null; } export type { PoiFitMode, PoiFrame, PoiDetection, PoiKeyFn } from '@oicl/openbridge-webcomponents/dist/ar/poi-controller/poi-controller.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;