/** * Wait for the fonts to be loaded, do this for a max of 11 seconds * * NOTE: writing this with promises instead of async/await because it fails with * `javascript error: __awaiter is not defined` when running in the browser */ export default function waitForFonts(): Promise; //# sourceMappingURL=waitForFonts.d.ts.map