export interface Form { is_draft?: boolean; [key: string]: any; } type __VLS_Props = { hideStatus?: boolean; modelValue: Form; showKeepAsIsPlaceholder?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (form: Form) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((form: Form) => any) | undefined; }>, { hideStatus: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;