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