import type { ChartsRotationAxisProps, ChartsAxisSlots, ChartsAxisSlotProps } from "../models/axis.js"; export interface ChartsRotationAxisSlots extends ChartsAxisSlots {} export interface ChartsRotationAxisSlotProps extends ChartsAxisSlotProps {} declare function ChartsRotationAxis(props: ChartsRotationAxisProps): import("react/jsx-runtime").JSX.Element | null; declare namespace ChartsRotationAxis { var propTypes: any; } export { ChartsRotationAxis };