type __VLS_Props = { opened?: boolean; title: string; message: string; confirmLabel: string; cancelLabel: string; onConfirm?: () => void; onCancel?: () => void; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: () => any; confirm: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }>, { onCancel: () => void; opened: boolean; onConfirm: () => void; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=PlConfirmDialog.vue.d.ts.map