import { type SingleSelectListItemType } from "@gooddata/sdk-ui-kit"; export interface IDropdownItem { title?: string; value?: string | number | boolean; type?: SingleSelectListItemType; icon?: string; info?: string; } //# sourceMappingURL=Dropdown.d.ts.map