/**
* `@aithos/sdk/react` — React bindings for the Aithos SDK.
*
* Drop-in components and hooks for displaying Aithos-hosted assets in
* React applications. The package's only peer dependency beyond
* `@aithos/sdk` itself is `react` (^18 || ^19).
*
* Quick start:
*
* // 1. Wrap your tree once
*
*
*
*
* // 2. Use anywhere
*
*
*
* Download my CV
*
*
* // 3. Or use the hook directly for custom rendering
* const { url, bytes, loading, error } = useAithosAsset(urn);
*/
export { AssetsClientProvider, useAssetsClient, type AssetsClientProviderProps, } from "./context.js";
export { useAithosAsset, type UseAithosAssetState, type UseAithosAssetOptions, } from "./use-aithos-asset.js";
export { AithosAsset, type AithosAssetProps, type AithosImageProps, type AithosVideoProps, type AithosAudioProps, type AithosDownloadProps, } from "./AithosAsset.js";
export { useAithosTranscribePendingJobs, type UseAithosTranscribePendingJobs, } from "./use-transcribe-pending.js";
//# sourceMappingURL=index.d.ts.map