/// declare type Props = { label?: string; data?: string[]; tooltip?: string; className?: string; defaultValue?: string; }; export default function DropDown({ label, className, data, defaultValue }: Props): JSX.Element; export {}; //# sourceMappingURL=Dropdown.d.ts.map