/** 表格布局 item */ import type { PropType, VNode } from 'vue'; import type { IconItem, FileItem, ColumnItem } from '../types'; declare const _default: import("vue").DefineComponent<{ item: { type: PropType; required: true; }; checkbox: BooleanConstructor; selection: PropType; icons: PropType; columns: PropType; }, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("item-click" | "item-check-change")[], "item-click" | "item-check-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; checkbox: BooleanConstructor; selection: PropType; icons: PropType; columns: PropType; }>> & { "onItem-click"?: ((...args: any[]) => any) | undefined; "onItem-check-change"?: ((...args: any[]) => any) | undefined; }, { checkbox: boolean; }>; export default _default;