import { TableColProps } from "./types";
export declare const TableCol: import("react").MemoExoticComponent<({ children, ...props }: TableColProps) => JSX.Element>;
