export declare function BillingTraceLink({ domain, traceId, }: { domain?: string; traceId: unknown; }): import("react").JSX.Element;