export type ArrowLeftKey = 'ArrowLeft'; export declare function isArrowLeft(key: ArrowLeftKey | (string & {})): key is ArrowLeftKey;