import { FlattenSimpleInterpolation } from 'styled-components'; export interface ImportFonts { regular: string; italic: string; semiBold: string; semiBoldItalic: string; } /** * Import global fonts using your own config. */ export declare function createFontFaceCss(fonts: ImportFonts): FlattenSimpleInterpolation;