import React from 'react'; const SelectIcon = ({ className, title, }: { className?: string; title?: string; }) => ( ); export default SelectIcon;