import { FunctionComponent } from 'react'; /** * All notifications. */ declare const Notifications: FunctionComponent; export default Notifications;