import { Col } from "./col";
export type { UILayout, TaroColProps as ColProps } from "../../types";
export default Col;
