import React from 'react'; interface Props { color?: string; height?: string; } declare const ButtonDropdownIcon: React.FC; export default ButtonDropdownIcon;