import { PolarAxisProps, RectAxisProps } from './types';
declare const _default: (props: PolarAxisProps | RectAxisProps) => import("../..").JSX.Element;
export default _default;
