import type { WidgetProps } from "./types"; export declare const CTAWidget: ({ preference, apiDomain, handler, ...props }: WidgetProps) => import("react/jsx-runtime").JSX.Element;