import type { FinallyColumnType } from '../interface'; import type { PropType } from 'vue'; import { isVNode } from 'vue'; declare const _default: import("vue").DefineComponent<{ column: { type: PropType>; default: () => FinallyColumnType; }; prefixCls: StringConstructor; wrapText: BooleanConstructor; }, { tableSlotsContext: import("../context/TableSlotsContext").ContextSlots; isVNode: typeof isVNode; title: import("vue").ComputedRef>; autoHeight: boolean; altTitle: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; default: () => FinallyColumnType; }; prefixCls: StringConstructor; wrapText: BooleanConstructor; }>>, { column: FinallyColumnType; wrapText: boolean; }, {}>; export default _default;