import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgNotificationsActive: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgNotificationsActive; //# sourceMappingURL=NotificationsActive.d.ts.map