export declare const AmisAddInquiry: ({ buttonname, icon, buttontype, size, inquiry_hco__c, inquiry_custom__c, inquiry_content, tittle, isTrue }: { buttonname: any; icon: any; buttontype: any; size: any; inquiry_hco__c: any; inquiry_custom__c: any; inquiry_content: any; tittle: any; isTrue: any; }) => { type: string; label: string; onEvent: { click: { actions: { actionType: string; dialog: { type: string; title: string; body: { type: string; reload: string; onEvent: { submitSucc: { weight: number; actions: { componentId: string; args: {}; actionType: string; }[]; }; }; api: { url: string; headers: { Authorization: string; }; method: string; data: { inquiry_content__c: string; inquiry_hco__c: string; inquiry_custom__c: string; inquiry_status__c: string; inquiry_type__c: string; }; }; body: ({ type: string; id: string; name: string; label: string; multiple: boolean; title: string; content: string; initValue: any[]; required: boolean; visibleOn: string; mode?: undefined; size?: undefined; source?: undefined; clearable?: undefined; minRows?: undefined; maxRows?: undefined; value?: undefined; placeholder?: undefined; } | { type: string; name: string; label: string; id: string; multiple: boolean; mode: string; size: string; source: { method: string; headers: { Authorization: string; }; url: string; messages: {}; responseData: { items: string; }; }; clearable: boolean; title?: undefined; content?: undefined; initValue?: undefined; required?: undefined; visibleOn?: undefined; minRows?: undefined; maxRows?: undefined; value?: undefined; placeholder?: undefined; } | { type: string; label: string; name: string; id: string; mode: string; size: string; minRows: number; maxRows: number; value: any; placeholder: string; multiple?: undefined; title?: undefined; content?: undefined; initValue?: undefined; required?: undefined; visibleOn?: undefined; source?: undefined; clearable?: undefined; })[]; id: string; }[]; id: string; closeOnEsc: boolean; closeOnOutside: boolean; showCloseButton: boolean; onEvent: {}; }; }[]; weight: number; }; }; id: string; size: string; icon: string; level: string; };