/// import './index.less'; declare const BaseInput: (props: any) => JSX.Element; export default BaseInput; export declare const BlurInput: (props: any) => JSX.Element; export declare const BlurInputNumber: (props: any) => JSX.Element; export declare const BlurSearchInput: (props: any) => JSX.Element; export declare const BlurTextArea: (props: any) => JSX.Element;