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