import { PromptProps } from '../type';
export default function prompt({ okText, cancelText, ...restProps }: PromptProps): void;
//# sourceMappingURL=index.d.ts.map