import type { IconProps } from '../../types';
declare const NotificationLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Notification Line
 * @see {@link https://remixicon.com/icon/notification-line Remix Icon Docs}
 */
export { NotificationLine };
