import 'bootstrap/dist/css/bootstrap.min.css'; import './legend-style.css'; interface LegendListDropDownProps { legendType: string; dropdownTitle: string; dropdownHref: string[]; dropdownItemText: string[]; } export default function LegendListDropDown(props: LegendListDropDownProps): JSX.Element; export {}; //# sourceMappingURL=LegendListDropDown.d.ts.map