import { IEvaluationsProps } from "../component.js";
export declare function useInteractions(props: IEvaluationsProps): {
    interactionConfiguration: Required<import("../../../../index.js").QueryState<import("../../../client/swagger_client.js").InteractionConfigResponseApiResponse>>;
    data: import("../../../client/swagger_client.js").InteractionDetailResponseApiResponse;
    mutate: (params?: import("../../../../index.js").FetcherParams & any) => void;
    isLoading: boolean;
};
