import { TTextInputWithNativeAttrs } from '../../atoms/TextInput/TTextInput.model';
import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper/TInputWrapper.model';
export type TFancyTextInput = TTextInputWithNativeAttrs & Omit<TInputWrapperUserInputProps, 'InputElement'>;