import { MotionValue } from "framer-motion";
export declare const GoogleGeminiEffect: ({ pathLengths, title, description, className, }: {
    pathLengths: MotionValue[];
    title?: string;
    description?: string;
    className?: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=google-gemini-effect.d.ts.map