export declare function buildTimeValue(value: string): string;
export declare function isValidDateOrTimeValue(element: HTMLInputElement & {
    type: 'date' | 'time';
}, value: string): boolean;
