import { CSSProperties } from 'react'; export interface ZoomImageProps { className?: string; style?: CSSProperties; src: string; alt: string; }