/// export interface IconNotificationsOffProps { size?: string; style?: React.CSSProperties; } export declare const IconNotificationsOff: React.FC;