import { GenerateOptions, GenerateResult } from "../types"; export declare const generateIconfont: (options: GenerateOptions) => Promise;