/// <reference types="react" />
import './index.scss';
export declare function makeColumnDom(config: any): import("react").JSX.Element[];
