import type { LinkExProps } from '@ariestools/sdk-react/link'; import type { Dispatch } from 'react'; import React from 'react'; import type { XnsNameCaptureBuyCallbacks, XnsNameCaptureRoutingProps, XnsNameCaptureTrackingProps } from './Props.js'; /** Props for {@link XnsCaptureSecondaryLink}. */ export type XnsCaptureSecondaryLinkProps = XnsNameCaptureTrackingProps & XnsNameCaptureRoutingProps & XnsNameCaptureBuyCallbacks & LinkExProps & { setError?: Dispatch; text?: string; xnsName: string; }; /** Secondary CTA link for free xNS reservation after name capture. */ export declare const XnsCaptureSecondaryLink: React.FC; //# sourceMappingURL=SecondaryLink.d.ts.map