import { FormItemRules, Validate } from '../../tokens'; type __VLS_Props = { label?: string; for?: string; name?: string; help?: string; status?: string; rules?: FormItemRules; validator?: () => void; error?: string; required?: boolean; labelWidth?: string; showErrorMessage?: boolean; showRequireMark?: boolean; }; declare function clearValidate(): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; help?(_: {}): any; error?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, { validate: Validate; clearValidate: typeof clearValidate; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { label: string; required: boolean; showErrorMessage: boolean; showRequireMark: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };