export declare const FontBox: ({ title, subtitle, link, font, fontWeight, }: { title: string; subtitle: string; link: string; font: string; fontWeight?: number | undefined; }) => import("react/jsx-runtime").JSX.Element;