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