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