import { FontGeneratorOptions } from '../types/generator'; export declare const renderSrcAttribute: ({ name, fontTypes, fontsUrl }: FontGeneratorOptions, font: string | Buffer) => string;