/** * `Inter` and `GeistMono` are encoded as base64 because we can't always guarantee * the absolute path that font files may be served from. * * For instance, running `dagster-webserver` with `--path-prefix` on built JS will not be able to * load font files because the built URL does not match the path prefix used at runtime. * * Consumers of `@dagster-io/ui-components` that use a CSP will need to add `data:` to the `font-src` * directive. */ export declare const GlobalInter: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;