import { RadarCommonProps } from './types'; interface RadarGridLevelsProps> { shape: RadarCommonProps['gridShape']; radius: number; rotation: number; angleStep: number; dataLength: number; } export declare const RadarGridLevels: >({ shape, ...props }: RadarGridLevelsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=RadarGridLevels.d.ts.map