import type { BasicType } from '../../../../_utils/props/interface'; import type { PropType, ExtractPropTypes } from 'vue'; import type { TableColumns } from '../../interface'; export declare const Props: { /** 标题配置 */ columns: BasicType, TableColumns[] | null>; }; /** table-colgroup 组件 props 类型 */ export type TableColgroupProps = ExtractPropTypes;