/** * Time selection with 12h/24h and minute stepping * * Vue wrapper for the `TimePicker` controller (`@42/core/time-picker`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("timepicker:change" | "timepicker:open" | "timepicker:close")[], "timepicker:change" | "timepicker:open" | "timepicker:close", import('vue').PublicProps, Readonly> & Readonly<{ "onTimepicker:change"?: ((...args: any[]) => any) | undefined; "onTimepicker:open"?: ((...args: any[]) => any) | undefined; "onTimepicker:close"?: ((...args: any[]) => any) | undefined; }>, { closeOnConfirm: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;