import type { PropType } from 'vue'; import type { FinallyColumnType } from '../interface'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; column: { type: PropType>; default: () => FinallyColumnType; }; wrapText: { type: BooleanConstructor; default: boolean; }; }, { domRef: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; default: () => FinallyColumnType; }; wrapText: { type: BooleanConstructor; default: boolean; }; }>>, { column: FinallyColumnType; wrapText: boolean; }, {}>; export default _default;