import React from "react";
import IProps from "./IProps";
declare const Column: React.FC<IProps>;
export default Column;
