import React from 'react'; export interface DropdownIconProps { fill?: string; size?: string | number; height?: string | number; width?: string | number; } declare const DropdownIcon: React.FC; export default DropdownIcon;