import type { TypographyProps } from '@mui/material'; import React from 'react'; export interface TypographyExProps extends TypographyProps { gradient?: 'text'; } export declare const TypographyEx: React.FC; //# sourceMappingURL=TypographyEx.d.ts.map