import type { FlatListItem } from './FlatListItem';
export type SelectItem<T = {}> = FlatListItem<{
    dropdownTitle?: string;
} & T>;
//# sourceMappingURL=SelectItem.d.ts.map