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