/** * Gets whether there is enough space available for tick labels on a scale * @param scaleStep - Number of scale steps * @returns Whether tick labels have enough available space or not */ export declare function isTickLabelSpaceAvailable(scaleStep: number): boolean;