import { TdFormProps } from './type'; import { PropType } from 'vue'; declare const _default: { colon: BooleanConstructor; contentAlign: { type: PropType; default: TdFormProps['contentAlign']; validator(val: TdFormProps['contentAlign']): boolean; }; data: { type: PropType; default: () => {}; }; disabled: { type: BooleanConstructor; default: any; }; errorMessage: { type: PropType; }; labelAlign: { type: PropType; default: TdFormProps['labelAlign']; validator(val: TdFormProps['labelAlign']): boolean; }; labelWidth: { type: PropType; default: string; }; preventSubmitDefault: { type: BooleanConstructor; default: boolean; }; requiredMark: { type: BooleanConstructor; default: any; }; requiredMarkPosition: { type: PropType; validator(val: TdFormProps['requiredMarkPosition']): boolean; }; resetType: { type: PropType; default: TdFormProps['resetType']; validator(val: TdFormProps['resetType']): boolean; }; rules: { type: PropType; }; scrollToFirstError: { type: PropType; validator(val: TdFormProps['scrollToFirstError']): boolean; }; showErrorMessage: { type: BooleanConstructor; default: boolean; }; submitWithWarningMessage: BooleanConstructor; onReset: PropType; onSubmit: PropType; onValidate: PropType; }; export default _default;