import { default as React } from 'react';
import { IconProps } from '../Types';
export declare const NotificationOutline: {
({ title, fill, stroke, ref, ...props }?: IconProps): React.JSX.Element;
displayName: string;
};
export declare const tags: string[];