import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgFont: (props: SVGProps) => React.JSX.Element; export default SvgFont; //# sourceMappingURL=Font.d.ts.map