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