import { OnyxTimePickerProps, TimePickerType } from './types.js'; type __VLS_Props = OnyxTimePickerProps & { /** * Defines the granularity of the time input in seconds. */ step?: number; /** * Placeholder for the input */ placeholder?: string; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Icon content. */ icon(): unknown; }> & { /** * Icon content. */ icon(): unknown; }; refs: { input: HTMLInputElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, 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": () => any; "update:isFocused": (focused: 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"?: (() => any) | undefined; "onUpdate:isFocused"?: ((focused: boolean) => any) | undefined; }>, { skeleton: import('../../index.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; required: boolean; disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; requiredMarker: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; reserveMessageSpace: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; placeholder: string; readonly: boolean; loading: boolean; step: number; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { input: HTMLInputElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };