import React from "react";
export interface VictoryAccessibleGroupProps {
    desc?: string;
    "aria-describedby"?: string;
    "aria-label"?: string;
    children?: React.ReactElement | React.ReactElement[];
    className?: string;
    tabIndex?: number;
}
export declare const VictoryAccessibleGroup: ({ desc, children, tabIndex, className, ...props }: VictoryAccessibleGroupProps) => JSX.Element;
//# sourceMappingURL=victory-accessible-group.d.ts.map