import { G2ViewTree } from '../types/options'; /** * Convert a percentage string to a ratio. */ export declare const percentToRatio: (gap: string) => string | number; export declare function axisBreaks(options: T): T;