import { ReactIconComponentType } from '../types';

declare const NotificationImportant: ReactIconComponentType;
export default NotificationImportant;
            