import { ColProps } from "./types";
declare const Col: import("react").NamedExoticComponent<ColProps>;
export default Col;
