import { default as CLModalTimePickerComponent } from './CLModalTimePicker.vue'; export declare const CLModalTimePicker: import('vue').DefineComponent<{ modelValue?: string | null; } & import('./CLModalTimePicker.vue').CLModalTimePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | null) => any; }, string, import('vue').PublicProps, Readonly<{ modelValue?: string | null; } & import('./CLModalTimePicker.vue').CLModalTimePickerProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined; }>, { label: string; title: string; name: string; fluid: boolean; testId: string; onFocus: import('../../..').CLGenericFocusFunction; onBlur: import('../../..').CLGenericFocusFunction; onChange: import('../../..').CLGenericFunction; onReset: import('../../..').CLGenericFunction; use24Hour: boolean; required: boolean; busy: boolean; disabled: boolean; orientation: import('@codeandfunction/callaloo-types').CLOrientation; buttonAriaLabel: string; buttonBorderRadius: import('@codeandfunction/callaloo-tokens').CLBorderRadius; buttonColor: import('@codeandfunction/callaloo-tokens').CLColors; buttonLabel: string; buttonSize: import('@codeandfunction/callaloo-tokens').CLSizes; buttonVariant: import('@codeandfunction/callaloo-tokens').CLColorVariants; buttonWidth: string; buttonWrapped: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { timePickerRef: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined; "onTime-select"?: ((time: string) => any) | undefined; }>, { 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; }, import('vue').PublicProps, { width: string; color: import('@codeandfunction/callaloo-tokens').CLColors; fluid: boolean; testId: string; use24Hour: boolean; busy: boolean; disabled: boolean; headerLabel: string; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: string | null; } & import('../../Form/CLTimePicker').CLTimePickerProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined; "onTime-select"?: ((time: string) => any) | undefined; }>, { apply: () => void; cancel: () => void; draftHour: globalThis.Ref; draftMinute: globalThis.Ref; draftPeriod: globalThis.Ref; getFormattedDraft: () => string; initializeDraft: () => void; reset: () => void; }, {}, {}, {}, { width: string; color: import('@codeandfunction/callaloo-tokens').CLColors; fluid: boolean; testId: string; use24Hour: boolean; busy: boolean; disabled: boolean; headerLabel: string; }> | null; }, HTMLDivElement>; export type CLModalTimePicker = InstanceType; export type { CLModalTimePickerProps } from './CLModalTimePicker.vue'; export default CLModalTimePicker;