import { Font } from "../types";
export default function getFontList(apiKey: string): Promise<Font[]>;
//# sourceMappingURL=fontList.d.ts.map