/// declare const ExpandDropdownIcon: ({ width, height, color, arrowPointsUp, }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; arrowPointsUp?: boolean | undefined; }) => JSX.Element; export default ExpandDropdownIcon;