import Notify from './notify';
export type { WebNotifyProps as NotifyProps } from "../../types";
export default Notify;
