/// <reference types="react" />
export declare const Input: React.ComponentClass<React.HTMLProps<HTMLInputElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
