import { Ref } from 'vue'; export declare const getModalActions: (showClose: boolean, ref?: Ref) => { open: () => void; close: () => void; };