import { MotionValue } from "framer-motion"; export declare const HeroParallax: ({ products, }: { products: { title: string; link: string; thumbnail: string; }[]; }) => import("react/jsx-runtime").JSX.Element; export declare const Header: () => import("react/jsx-runtime").JSX.Element; export declare const ProductCard: ({ product, translate, }: { product: { title: string; link: string; thumbnail: string; }; translate: MotionValue; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=hero-parallax.d.ts.map