export declare const TextHoverEffect: ({ text, duration, }: {
    text: string;
    duration?: number;
    automatic?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=text-hover-effect.d.ts.map