import { PropType } from 'vue'; import { TableColumnData, TableOperationColumn } from './interface'; declare const _default: import("vue").DefineComponent; required: true; }; operations: { type: PropType; required: true; }; columnWidth: { type: PropType>; }; }>, { fixedWidth: (width?: number | undefined, minWidth?: number | undefined) => { width: string; minWidth: string; maxWidth: string; } | { minWidth: string; width?: undefined; maxWidth?: undefined; } | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; operations: { type: PropType; required: true; }; columnWidth: { type: PropType>; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;