import { PropType } from 'vue'; import { ElLinkProps } from '../../ele-app/el'; import { DataItem } from '../../ele-data-table/types'; import { BtnClickAction, CrudLocale } from '../types'; declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; /** 删除按钮属性 */ delLinkProps: PropType; /** 数据 */ item: PropType; /** 国际化 */ lang: { type: PropType>; required: true; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { btnClick: (_action: BtnClickAction, _e: MouseEvent, _item?: DataItem | undefined) => void; }, string, import('vue').PublicProps, Readonly; /** 删除按钮属性 */ delLinkProps: PropType; /** 数据 */ item: PropType; /** 国际化 */ lang: { type: PropType>; required: true; }; }>> & Readonly<{ onBtnClick?: ((_action: BtnClickAction, _e: MouseEvent, _item?: DataItem | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };