import { StyledComponent } from '../../types/Styles';
/**
 * Render the icon in the styled drop-down.
 */
export declare function IconDropdown(props: StyledComponent): JSX.Element;
