/// import { GridProps } from '@material-ui/core/Grid'; export declare type ColProps = GridProps; export default function Col(props: ColProps): JSX.Element;