import { LinearAxisProps } from './LinearAxis';
/**
 * Returns whether the axis has a visual element or not.
 */
export declare const isAxisVisible: (axis: LinearAxisProps) => boolean;
