export declare function isCheckableInput(element: HTMLElement): boolean; export declare function isValidKeyboardEvent(event: KeyboardEvent): boolean;