import { Props as PolarAngleAxisProps } from './PolarAngleAxis';
import { Props as PolarRadiusAxisProps } from './PolarRadiusAxis';
export declare type AngleAxisProps = PolarAngleAxisProps & {
    scale: any;
};
export declare type RadiusAxisProps = PolarRadiusAxisProps & {
    scale: any;
};
