import type { IconProps } from '../../types';
declare const DropdownList: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Dropdown List
 * @see {@link https://remixicon.com/icon/dropdown-list Remix Icon Docs}
 */
export { DropdownList };
