import './style.scss'; export declare const LightNudge: ({ title, description, buttonText, checkoutUrl, goToCheckoutPage, isRedirecting, showButton, target, }: { buttonText?: any; checkoutUrl?: any; description: any; goToCheckoutPage?: any; isRedirecting?: boolean; showButton?: boolean; target?: string; title: any; }) => import("react/jsx-runtime").JSX.Element;