import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import ListItem from "./src/list-item"; export declare const VListItem: Install, string | null>; readonly color: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly color: BasicType, string | null>; }>>, { readonly background: string; readonly color: string; }>>; /** list-item 组件实例类型 */ export type ListItemInstance = InstanceType; export * from './src/interface'; export default VListItem;