import { AllValidateResult, Data } from './type'; export type FormItemValidateResult = { [key in keyof T]: boolean | AllValidateResult[]; }; declare const _default: import("vue").DefineComponent; default: import("@/components").TdFormItemProps['contentAlign']; validator(val: import("@/components").TdFormItemProps['contentAlign']): boolean; }; for: { type: StringConstructor; default: string; }; help: { type: import("vue").PropType; }; label: { type: import("vue").PropType; default: string; }; labelAlign: { type: import("vue").PropType; validator(val: import("@/components").TdFormItemProps['labelAlign']): boolean; }; labelWidth: { type: import("vue").PropType; }; name: { type: StringConstructor; default: string; }; requiredMark: { type: BooleanConstructor; default: any; }; rules: { type: import("vue").PropType; }; showErrorMessage: { type: BooleanConstructor; default: any; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: import("@/components").TdFormItemProps['contentAlign']; validator(val: import("@/components").TdFormItemProps['contentAlign']): boolean; }; for: { type: StringConstructor; default: string; }; help: { type: import("vue").PropType; }; label: { type: import("vue").PropType; default: string; }; labelAlign: { type: import("vue").PropType; validator(val: import("@/components").TdFormItemProps['labelAlign']): boolean; }; labelWidth: { type: import("vue").PropType; }; name: { type: StringConstructor; default: string; }; requiredMark: { type: BooleanConstructor; default: any; }; rules: { type: import("vue").PropType; }; showErrorMessage: { type: BooleanConstructor; default: any; }; }>> & Readonly<{}>, { arrow: boolean; contentAlign: "left" | "right"; for: string; label: string | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue); name: string; requiredMark: boolean; showErrorMessage: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;