import { TDropDownSelectWithNativeAttrs } from '../../atoms/DropDownSelect/TDropDownSelect.model';
import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper';
export type TFancyDropDownSelect = Omit<TInputWrapperUserInputProps, 'InputElement'> & TDropDownSelectWithNativeAttrs;