import type { FC } from 'react'; import type { BaseInputProps } from './interface'; declare const BaseInput: FC; export default BaseInput;