import { ViewportInteraction } from './types'; export default function useViewportInteraction({ element, image, interaction, viewport, onViewportChange, }: ViewportInteraction): void;