export declare function formatTime(num: number | string): string; export declare function isValidInput(element: HTMLInputElement): boolean; export declare function focus(element?: HTMLInputElement): void; export declare function findNextElement(element: HTMLInputElement, property: string): HTMLInputElement;