import './style.css';
import * as React from 'react';
type propstype = {
    data: Function;
};
declare function InputTag(props: propstype): React.JSX.Element;
export { InputTag };
