import { G2ViewTree } from '../types/options';
export declare function columnWidthRatio<T extends G2ViewTree = G2ViewTree>(options: T): T;
