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