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