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