import { IconProps } from '../lib';
declare function Columns(props: IconProps): JSX.Element;
export default Columns;
