export type TableColumnSchemaEditorProps = {
    entityId: string;
    open: boolean;
    onColumnsUpdated?: () => void;
    onCancel?: () => void;
};
/**
 * Fetches column model data for a Synapse Table and renders a form to edit the column models.
 * @param props
 * @constructor
 */
export default function TableColumnSchemaEditor(props: TableColumnSchemaEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TableColumnSchemaEditor.d.ts.map