export declare const usePIPChat: () => { isSupported: boolean; requestPipWindow: (width: number, height: number) => Promise; pipWindow: Window | null; };