import { EngagementService } from "../EngagementService"; export declare const useComponentInteraction: (engagementService: EngagementService, providedSegmentationKey: string, handleAttributeChange: (data: Record) => void) => { storedSegmentationKey: string; storedSegmentationValue: string | null; setProfileAttribute: (providedSegmentationValue: string) => Promise; };