import type TableColumPropType from 'park-ui/es/components/table/src/table-column/defaults'; import type { ExtractPropTypes, PropType } from 'vue'; export interface ColumnTypes extends ExtractPropTypes { display: boolean; tooltipWidth: string | number; customTooltip: boolean; } declare const _default: { column: { type: PropType; require: boolean; }; }; export default _default;