import { default as React } from 'react'; interface PromptProps { isvisible: boolean; onClose: (value: string) => void; } declare const ClearModal: React.FC; export default ClearModal;