import React, { ReactElement } from 'react'; export type SearchResultsMenuProps = React.ComponentPropsWithoutRef<'ul'> & { refEl: React.RefObject; open?: boolean; footerSlot?: ReactElement; };