import React from 'react';
export default function SearchDetail({ open, onClose }: any): React.JSX.Element;
