/** * Returns a thumbnail track, if available. * * This hook must only be used in a component mounted inside a {@link THEOplayerDefaultUi} or {@link UiContainer}, * or alternatively any other component that provides a {@link PlayerContext}. * * @group Hooks */ export declare const useThumbnailTrack: () => import("react-native-theoplayer").TextTrack | undefined; //# sourceMappingURL=useThumbnailTrack.d.ts.map