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