import { NavKeyMapping } from './SpatialNavigationProvider.types';
export declare const SPATIAL_NAVIGATION_DIRECTION_KEYS: string[];
export declare const DEFAULTS: {
    SPATIAL_NAVIGATION_KEY_MAPPING: NavKeyMapping;
};
