import React from 'react'; import { type BaseInputProps } from '../components/base-input'; export type InputMobileProps = Omit; export declare const InputMobile: React.ForwardRefExoticComponent>;