import { MmDialog } from './dialog' import { PromptIconType } from './icon-type' export declare interface MmPrompt extends MmDialog { type: PromptIconType formProps: { [index: string]: any } fieldProps: { [index: string]: any } inputProps: { [index: string]: any } defaultValue: string }