import { ComponentType } from 'react';
import type { BaseEllipsisTypographyProps } from './EllipsisTypography.types';
declare const StyledTypography: ComponentType<BaseEllipsisTypographyProps>;
export default StyledTypography;
