/// import { ContainerSizePosition } from '../draggable-popover/DraggablePopover'; interface UsePipHookProps { isPlayerReady: boolean; } interface UsePipHook { containerSizeRef: React.MutableRefObject; } /** Bind Picture-in-Picture logic to the ``. */ export declare const usePipHook: ({ isPlayerReady }: UsePipHookProps) => UsePipHook; export {};