import type { BaseInputProps } from './types'; export declare function BaseInput(props: BaseInputProps): import("react").JSX.Element;