import type { PropType } from 'vue'; import type { EntityTypes } from '../../types'; declare var __VLS_27: {}; type __VLS_Slots = {} & { description?: (props: typeof __VLS_27) => any; }; declare const __VLS_base: import("vue").DefineComponent; required: true; }; entityName: { type: StringConstructor; default: string; }; needConfirm: { type: BooleanConstructor; default: boolean; }; description: { type: StringConstructor; default: string; }; actionPending: { type: BooleanConstructor; default: boolean; }; error: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { cancel: () => any; proceed: () => any; }, string, import("vue").PublicProps, Readonly; required: true; }; entityName: { type: StringConstructor; default: string; }; needConfirm: { type: BooleanConstructor; default: boolean; }; description: { type: StringConstructor; default: string; }; actionPending: { type: BooleanConstructor; default: boolean; }; error: { type: StringConstructor; default: string; }; }>> & Readonly<{ onCancel?: (() => any) | undefined; onProceed?: (() => any) | undefined; }>, { error: string; title: string; entityName: string; needConfirm: boolean; description: string; actionPending: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=EntityDeleteModal.vue.d.ts.map