declare class TVRemoteHandler { __listener: any; enable(component: any, callback: any): void; disable(): void; } declare function useTVRemoteHandler(callback: any): {}; export { useTVRemoteHandler, TVRemoteHandler }; //# sourceMappingURL=index.androidtv.d.ts.map