import type { ChartsRotationAxisProps } from "../models/axis.mjs";
export declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react/jsx-runtime").JSX.Element | null;