import { ICellEditorParams } from 'ag-grid-community'; import { TextCellEditorConfig } from './text-cell-editor.models'; type __VLS_Props = { params: ICellEditorParams & { config?: TextCellEditorConfig; }; }; declare const _default: import('vue').DefineComponent<__VLS_Props, { getValue: () => string; afterGuiAttached: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rootRef: HTMLDivElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=CoarTextCellEditor.vue.d.ts.map