import type { Ref } from 'vue'; import type VueFinalModal from './VueFinalModal.vue'; export declare function useModelValue(props: InstanceType['$props'], emit: InstanceType['$emit'], options: { open: () => boolean; close: () => boolean; }): { modelValueLocal: Ref; };