import React from "react"; interface TextShimmerProps { children: string; as?: React.ElementType; className?: string; duration?: number; spread?: number; } export declare function TextShimmer({ children, as: Component, className, duration, spread, }: TextShimmerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=text-shimmer.d.ts.map