import { OnyxTimePickerProps, OnyxTimePickerSlots } from './types.js'; type __VLS_Props = OnyxTimePickerProps; type __VLS_Slots = OnyxTimePickerSlots; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, { input: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef; }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { validityChange: (validity: ValidityState) => any; "update:modelValue": (value?: string | undefined) => any; "update:open": (open: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{ onValidityChange?: ((validity: ValidityState) => any) | undefined; "onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined; "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { open: boolean | null; options: import('./types.js', { with: { "resolution-mode": "import" } }).TimePickerSelectOptions; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };