import React from 'react'; declare global { interface Window { openEpgModal?: (url: string) => void; epg_auth?: (url: string) => void; [key: string]: unknown; } } declare const EpgModal: React.FC; export { EpgModal, EpgModal as default };