import { InputProps } from './types';
export declare function Input({ size, startAdornment, endAdornment, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
