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