import { RadarChartProps } from './types'; export declare const draw: (node: HTMLElement | null, props: RadarChartProps) => void;