import { AxisDomain, BaseAxisProps } from './types';
export declare function isDomainSpecifiedByUser(domain: AxisDomain, allowDataOverflow: boolean, axisType: BaseAxisProps['type']): boolean;
