export declare const useModal: () => { modalRef: import("vue").Ref; showModal: () => void; hideModal: () => void; };