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