declare module '@amazon-devices/react-native-kepler' { export const TVFocusGuideView: any; export function useKeplerAppStateManager(): { getComponentInstance?: () => unknown; isForeground?: boolean; }; }