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; description: import("vue-types").VueTypeValidableDef; prefixCls: StringConstructor; title: import("vue-types").VueTypeValidableDef; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; description: import("vue-types").VueTypeValidableDef; prefixCls: StringConstructor; title: import("vue-types").VueTypeValidableDef; }>> & Readonly<{}>, {}, CustomSlotsType<{ avatar: any; description: any; title: any; default: any; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;