import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const Columns: m.Component<SVGAttributes>;
export default Columns;
