import React from 'react'; /** * Required Props: * user - current unity user * productId - current product id of application * litnHistory (loaded inquiry tree node history) - array of tree node objects to be used in the recently loaded nodes * litnHistoryLoading - request status of the litnHistory request * tree - tree object which contains the tree structure and its properties * treeLoading - request status of tree request * treeError - error status of tree request * treeId - id of the tree that's being loaded (retreived from URL) * catalogObjects - array of catalog items and it's relationship and properties * executeQueryAdHoc - search callback * executeQueryWithParameters - search callback with extra parameters * executeGetDetailedTree - callback to get detailed tree information for the associated tree * executeAddRecentlyLoadedNodes - callback to add loaded nodes to history * pageData - data for the page to be displayed in inquiry * pageLoading - boolean value for if a page is loading * pageError - error status of page request * setPageId - setter for setting pageId when it changes * pageId - id of page * initialSearchValue - query parameter representing a value to search upon loading of this inquiry page * promotedEntities - promoted entities for the catalog used in the inquiry tree * promotedMethods - promoted methods for the catalog used in the inquiry tree * * @param {*} props * @returns Inquiry */ export declare const Inquiry: (props: any) => React.JSX.Element; //# sourceMappingURL=Inquiry.d.ts.map