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