import type VueFinalModal from './VueFinalModal.vue'; export declare function useZIndex(props: InstanceType['$props']): { zIndex: import("vue").Ref; refreshZIndex: (index: number) => void; resetZIndex: () => void; };