export declare const KEYS: {
    ARROW_DOWN: string;
    ARROW_UP: string;
    ENTER: string;
    ESCAPE: string;
};
