/** * This is a temporary workaround for us to use fonts in Storybook with Vite. * * We need to replace this with `@earnest/earnest-fonts`, but are working * through a bug where Vite throws the following error when trying to import * from `@earnest/earnest-fonts`: * * Error: Dynamic require of "/Users/wilsonparson/Code/earnest/nucleus/node_modules/@earnest/earnest-fonts/dist/assets/CircularXXWeb-Black.woff" is not supported. */ export declare const TempFontStyles: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;