/**
 * @file svgs2ttf
 * @author junmer eltorio
 */
import type { PluginFromSVGOption } from '../index.js';
import * as File from 'vinyl';
/**
 * svgs2ttf fontmin plugin
 *
 * @api public
 */
declare const _default: (file: string | File, opts: PluginFromSVGOption) => any;
export default _default;
