import React from "react";
import { ColumnProps } from "../../../types/public-types";
export declare const EditColumn: React.FC<ColumnProps>;
