declare class TVRemoteHandler { enable(_component: any, _callback: any): void; disable(): void; } declare const useTVRemoteHandler: (callback: any, _component?: any) => {}; export { useTVRemoteHandler, TVRemoteHandler }; //# sourceMappingURL=index.d.ts.map