import { comPropsType } from './propsTypes'; declare const InputWithSuffix: (props: comPropsType) => JSX.Element; export default InputWithSuffix;