import React from 'react'; interface LegendListRadioButtonProps { legendType: string; onChange?: (event: React.ChangeEvent) => void; selectedOption?: string; dependentAxisRange?: number[]; } export default function LegendListRadioButton(props: LegendListRadioButtonProps): JSX.Element | null; export {}; //# sourceMappingURL=LegendListRadioButton.d.ts.map