import React from 'react';
import { Props } from './Typography.types';
declare const _default: (hocProps: any) => (Component: any) => React.ComponentType<Props>;
export default _default;
