import React from 'react';
import type { Isvg } from '../../../../../ts/interfaces/svgs';
declare const Notification: ({ ...props }: Isvg) => React.JSX.Element;
export default Notification;
