/// import { IPolarChartProps } from '../PolarChart'; export declare type IWindDirectionProps = IPolarChartProps; export declare const WindDirection: ({ id, data }: IPolarChartProps) => JSX.Element;