import { FontGenerator } from '../../types/generator';
declare const generator: FontGenerator<string>;
export default generator;
