import { Caption } from '../../models/caption.model'; export interface Props { modelValue: string; label?: string; required?: boolean; optional?: boolean; disabled?: boolean; helperText?: string; placeholder?: string; captions?: string[] | Caption[]; errors?: string[] | Caption[]; hasTime?: boolean; } declare const _default: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { label: string; required: boolean; disabled: boolean; hasTime: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;