import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { ViewConfigBaseFields } from '../../../common/constants'; import { ViewConfig } from '../../../common/types'; declare const _default: DefineComponent>; }; valid: { type: BooleanConstructor; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "update:valid")[], "update:modelValue" | "update:valid", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: PropType>; }; valid: { type: BooleanConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; "onUpdate:valid"?: ((...args: any[]) => any) | undefined; }>, { valid: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;