import { InjectionKey } from 'vue'; import type { TimePickerProps } from './props'; export declare const DEFAULT_FORMATS_TIME = "HH:mm:ss"; export declare const DEFAULT_FORMATS_DATE = "YYYY-MM-DD"; export declare const DEFAULT_FORMATS_DATEPICKER: { date: string; week: string; year: string; month: string; datetime: string; monthrange: string; daterange: string; datetimerange: string; }; export interface TimePickerContext { props: TimePickerProps; } export declare const TimePickerContextKey: InjectionKey; export interface PopperOptionsContext { } export declare const PopperOptionsContextKey: InjectionKey;