import { ExtractPropTypes } from 'vue'; import { default as RequestForm } from './requestForm.vue'; export declare const requestFormProps: { modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Record) | (() => Record) | (((new (...args: any[]) => Record) | (() => Record)) | null)[], unknown, unknown, () => {}, boolean>; requestUrl: StringConstructor; requestMethod: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "SSE") | (() => "GET" | "POST" | "SSE") | (((new (...args: any[]) => "GET" | "POST" | "SSE") | (() => "GET" | "POST" | "SSE")) | null)[], unknown, unknown, string, boolean>; submitLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized; returnSchema: StringConstructor; responseMappings: import('element-plus/es/utils/index.mjs').EpPropFinalized; keyCode: StringConstructor; labelPosition: StringConstructor; labelWidth: StringConstructor; labelSuffix: StringConstructor; }; export type RequestFormProps = ExtractPropTypes; export type RequestFormInstance = InstanceType;