import { ShowNotification } from '../../components/notification-provider/notification.types'; declare const useNotification: () => ({ descriptionText, testID, titleText, variant, }: ShowNotification) => void; export default useNotification;