import type { CSSProperties, ExtractPropTypes, PropType } from 'vue'; import type { ListGridType } from '.'; export declare const listItemProps: () => { prefixCls: StringConstructor; extra: import("vue-types").VueTypeValidableDef; actions: import("vue-types").VueTypeValidableDef & { default: () => unknown[]; }; grid: PropType; colStyle: { type: PropType; default: CSSProperties; }; }; export declare type ListItemProps = Partial>>; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; extra: import("vue-types").VueTypeValidableDef; actions: import("vue-types").VueTypeValidableDef & { default: () => unknown[]; }; grid: PropType; colStyle: { type: PropType; default: CSSProperties; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; actions: import("vue-types").VueTypeValidableDef & { default: () => unknown[]; }; grid: PropType; colStyle: { type: PropType; default: CSSProperties; }; }>>, { actions: unknown[]; colStyle: CSSProperties; }>; export default _default;