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