declare const Keys: {
    TAB: string;
    ENTER: string;
    ESCAPE: string;
    UP: string;
    DOWN: string;
};
export { Keys };
//# sourceMappingURL=index.d.ts.map