import React from 'react'; import { InputDialogPropsType } from './interface'; declare const InputDialog: React.FC; export default InputDialog;