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