export default function TrashModal({ isOpen, onCancel, }: { isOpen: boolean; onCancel?: () => void; }): import('react').ReactPortal;