import { PropType } from 'vue'; export declare const formProps: { saveUrl: StringConstructor; modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | PropType>)[], unknown, unknown, {}, boolean>; beforeSave: FunctionConstructor; afterSave: FunctionConstructor; labelWidth: StringConstructor; collapse: BooleanConstructor; collapseMoreLabel: StringConstructor; inputWidth: StringConstructor; required: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor)[], unknown, unknown, string, boolean>; labelPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized; model: ObjectConstructor; rules: { readonly type: PropType | import('element-plus/es/utils/typescript.mjs').Arrayable>>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized; labelSuffix: import('element-plus/es/utils/index.mjs').EpPropFinalized; inline: BooleanConstructor; inlineMessage: BooleanConstructor; statusIcon: BooleanConstructor; showMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized; validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropFinalized; hideRequiredAsterisk: BooleanConstructor; scrollToError: BooleanConstructor; scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | (((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions)) | null)[], unknown, unknown, true, boolean>; size: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabled: BooleanConstructor; };