import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const TextHeight: m.Component<SVGAttributes>;
export default TextHeight;
