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