export type ArrowRightKey = 'ArrowRight'; export declare function isArrowRight(key: ArrowRightKey | (string & {})): key is ArrowRightKey;