import { ScaleConfig } from '../types';
export default function calculateTicks(cfg: ScaleConfig): any[];
