import { DropdownOptionProps } from "./dropdownOptionProps"; export interface DropdownProps { options: Array; }