import { ENTER, SPACE } from '../keys'; export declare const accessibleClickKeys: { Enter: string; " ": string; };