export default function pretty(min: number, max: number, m?: number): {
    min: number;
    max: number;
    ticks: any[];
};
