import { ShimmerTextProps } from '../../types'; /** * ShimmerText - Text placeholder with shimmer animation * * Multiple lines of shimmer placeholders to represent text content. * * @example * ```tsx * * * * ``` */ export declare const ShimmerText: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=ShimmerText.d.ts.map