import * as React from "react"; export interface IGoogleFontsProps { /** * URL to your Google Fonts StyleSheet. * * Be sure to end with `&display=swap` for best performance. */ href: string; } export declare const GoogleFonts: React.FC;