import type { IStore } from "../../store"; interface Params { store: IStore; getFullscreenTarget: () => HTMLElement; } export declare const useIosSafariFullscreenSubtitles: ({ store, getFullscreenTarget }: Params) => void; export {};