import { RechartsRootState } from '../store';
export declare const pickAxisType: <T>(_state: RechartsRootState, axisType: T) => T;
