interface LegendListInfoProps { legendType: string; dropdownTitle: string; legendInfoNumberText?: string; } export default function LegendListInfo(props: LegendListInfoProps): JSX.Element; export {}; //# sourceMappingURL=LegendListInfo.d.ts.map