import { FC } from 'react';
import { IMakeInputProps } from '../../interfaces/make-input';
declare const MakeInput: FC<IMakeInputProps>;
export default MakeInput;
