import { FC, ReactNode } from 'react'; export declare const AssistantConnectSourceProvider: FC<{ value?: string; children: ReactNode; }>; /** The product's connections href, or null when the product supplied none. */ export declare function useAssistantConnectSource(): string | null; //# sourceMappingURL=connectSource.d.ts.map