// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const AppNotification: React.FunctionComponent<Props>;
export { AppNotification, AppNotification as default };
