import type { FC } from 'react';
/**
* Component for rendering a style tag containing all of the font-face
* definitions used by Core UI. Working via styled-components, this will add the
* appropriate style tag to the document head. If used in an SSR setting,
* ensure that it is rendered beneath the collectStyles entry point (if this
* isn't possible, consider using ). You will need url-loader
* (targeted at woff2 & woff font files) or equivalent to use this component.
*/
export declare const ScFonts: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
/**
* Component for rendering a raw