interface ShinyTextProps { text: string; disabled?: boolean; speed?: number; className?: string; } declare const ShinyText: React.FC; export default ShinyText; //# sourceMappingURL=ShinyText.d.ts.map