import { default as CLTimePickerComponent } from './CLTimePicker.vue'; export declare const CLTimePicker: import('vue').DefineComponent<{ modelValue?: string | null; } & import('./CLTimePicker.vue').CLTimePickerProps, { apply: () => void; cancel: () => void; draftHour: globalThis.Ref; draftMinute: globalThis.Ref; draftPeriod: globalThis.Ref; getFormattedDraft: () => string; initializeDraft: () => void; reset: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | null) => any; "time-select": (time: string) => any; }, string, import('vue').PublicProps, Readonly<{ modelValue?: string | null; } & import('./CLTimePicker.vue').CLTimePickerProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined; "onTime-select"?: ((time: string) => any) | undefined; }>, { width: string; color: import('@codeandfunction/callaloo-tokens').CLColors; fluid: boolean; testId: string; use24Hour: boolean; busy: boolean; disabled: boolean; headerLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export type CLTimePicker = InstanceType; export type { CLTimePickerProps } from './CLTimePicker.vue'; export default CLTimePicker;