import { FC } from 'react'; import { InputProps } from './Input.types'; declare const InputContainer: FC; export default InputContainer;