/// <reference types="react" />
export interface IconNotificationsOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconNotificationsOutline: React.FC<IconNotificationsOutlineProps>;
