import { type ChartsXAxisProps } from "../models/axis.js"; interface ChartsGroupedXAxisProps extends ChartsXAxisProps {} /** * @ignore - internal component. */ declare function ChartsGroupedXAxisTicks(inProps: ChartsGroupedXAxisProps): import("react/jsx-runtime").JSX.Element; export { ChartsGroupedXAxisTicks };