/// import { Props } from './props'; import './style.less'; declare function AIDialog(props: Props): JSX.Element; export default AIDialog;