import React from 'react'; import type { ShimmerTextProps } from './types'; export declare function ShimmerText(props: ShimmerTextProps): React.JSX.Element; export type { ShimmerTextProps } from './types';