/**
 * Internal custom hook for managing user first interaction.
 */
export declare const useFirstInteractionInternal: () => {
    hasInteractedPage: boolean;
    handleFirstInteraction: () => void;
};
//# sourceMappingURL=useFirstInteractionInternal.d.ts.map