/**
 * Standardize key property of keyboard event (mostly for ie11)
 */
export declare function getKey(key: string, dir?: "rtl" | "ltr"): string;
