import { useTranscriptions } from '@livekit/components-react/hooks'; import { type ReactNode } from 'react'; type Transcriptions = ReturnType; export declare function TranscriptionsProvider({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useSharedTranscriptions(): Transcriptions; export {};