import React from "react"; import { FlexTable } from "../.."; export declare const combineChildren: (children: any, newNode: any) => (React.ReactChild | React.ReactFragment | React.ReactPortal)[]; export declare function getItemRenderer({ form, getId, isEditing, editID, row }: FlexTable.EditableTableProps): (item: any, children: React.ReactElement[], row: FlexTable.RowProps, defaultRenderer: any) => any; export declare function getFooter(props: FlexTable.EditableTableProps): JSX.Element | null; export declare function getSaveHandler(props: FlexTable.FormProps): void; //# sourceMappingURL=editing-functions.d.ts.map