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