export declare const timeSelectEmits: {
    'update:modelValue': (v: string) => boolean;
    change: (v: string) => boolean;
    clear: () => boolean;
    focus: (evt: FocusEvent) => boolean;
    blur: (evt: FocusEvent) => boolean;
};
