export interface RadialAxisProps {
    /** Label offset from the outer ring in pixels (default: 16) */
    labelOffset?: number;
}
/**
 * Axis labels positioned at each spider chart vertex.
 *
 * @example
 * ```
 * <RadialAxis />
 * ```
 */
export declare function RadialAxis({ labelOffset }: RadialAxisProps): import("react").JSX.Element | null;
//# sourceMappingURL=RadialAxis.d.ts.map