import { ConfigNotificationProps, NotificationHookReturnType } from './interface'; declare function useNotification(props?: Omit): [NotificationHookReturnType, JSX.Element]; export default useNotification;