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