import type { ExtractPropTypes } from 'vue'; import type { CustomSlotsType } from '../_util/type'; export declare const listItemMetaProps: () => { avatar: import("vue-types").VueTypeValidableDef; description: import("vue-types").VueTypeValidableDef; prefixCls: StringConstructor; title: import("vue-types").VueTypeValidableDef; }; export type ListItemMetaProps = Partial>>; declare const _default: import("vue").DefineComponent<{ avatar: import("vue-types").VueTypeValidableDef; description: import("vue-types").VueTypeValidableDef; prefixCls: StringConstructor; title: import("vue-types").VueTypeValidableDef; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; description: import("vue-types").VueTypeValidableDef; prefixCls: StringConstructor; title: import("vue-types").VueTypeValidableDef; }>>, {}, CustomSlotsType<{ avatar: any; description: any; title: any; default: any; }>>; export default _default;