import { CellContext } from "@tanstack/react-table";
import { ColumnConfig } from "../types";
export declare function EditableCellWithFormatting<T>(props: CellContext<T, unknown> & {
    columnConfig: ColumnConfig<T>;
}): import("react/jsx-runtime").JSX.Element;
