import { FC } from "react"; import { ColumnsTypeProps } from "./table"; export declare const Column: FC; export default Column;