export declare function useContext(props: any, params: {
    items: any;
    mappingFields: any;
}): void;
