import type { ShallowRef } from "vue"; import type { Entangled } from "#reactivity"; import type { _trigger_, _hasComponent_ } from "./constants.js"; export type InternalExposed = Readonly>> & { [_hasComponent_]?: boolean; }; export type InternalElements = Entangled> & { [_trigger_]?: () => void; [_hasComponent_]?: boolean; }>; //# sourceMappingURL=exposed.types.d.ts.map