XnsCaptureSecondaryLinkProps: XnsNameCaptureTrackingProps & XnsNameCaptureRoutingProps & XnsNameCaptureBuyCallbacks & LinkExProps & {
    setError?: Dispatch<Error | undefined>;
    text?: string;
    xnsName: string;
}