/** * This function is used to dynamically consume the font info data structure` * from twitch-core-ui-fonts. We can't use this function directly inside of * components because dynamic `require` statements defeat webpack. Instead we * use this to generate a snapshot that we can copy into runtime code (with a * few alterations), while also being alerted anytime the underlying data * structure changes. The generated snapshot needs the following changes: * - left align the contents * - replace `\${` with `${` * - saving after this will trigger prettier */ export declare function generateFontHtml(): string; //# sourceMappingURL=index.d.ts.map