import { PropsWithChildren } from "react"; import { DageEditableCellProps } from "./types"; export declare const DageEditableCell: >({ title, editable, children, dataIndex, record, Input, handleSave, ...restProps }: PropsWithChildren>) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EditableCell.d.ts.map