import React from 'react';
import type { CheckoutNotificationsProps } from './types';
export declare const CheckoutNotifications: ({ onHelp, isVisible, variant, }: CheckoutNotificationsProps) => React.JSX.Element | null;
