export interface InfiniteWebGLScrollProps {
    images?: string[];
    imageWidth?: number;
    imageHeight?: number;
    gap?: number;
    inertia?: number;
    bulgeStrength?: number;
    bulgeRadius?: number;
    className?: string;
}
export default function InfiniteWebGLScroll(props: InfiniteWebGLScrollProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=infinite-webgl-scroll.d.ts.map