import { InputProps } from './types'; export declare const Input: ({ style, className, prefix, size, ...props }: InputProps) => JSX.Element;