import type { HoverChannel } from '../render/state/hoverState'; type __VLS_Props = { /** * Per-body hover channel produced by `useBody` (`body.hoverChannel`). * The projector reads `hoverLocalPos` / `hoverParentGroup` on each frame. * Each `` instance must be bound to a single body. */ channel: HoverChannel; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update-position": (pos: { x: number; y: number; } | null) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate-position"?: ((pos: { x: number; y: number; } | null) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=TileCenterProjector.vue.d.ts.map