import { Typography } from '@mui/material'; import type React from 'react'; /** Typography with an animated two-color gradient fill (adapted from web-dot-dev). */ export declare const AnimatedGradientTypography: React.FC & { color1?: string; color2?: string; }>; //# sourceMappingURL=AnimatedGradientTypography.d.ts.map