import type { FontFamily } from '@toddledev/core/dist/styling/theme'; export declare const getFontCssUrl: ({ fonts, baseForAbsoluteUrls, basePath, }: { fonts: FontFamily[]; baseForAbsoluteUrls?: string; basePath?: string; }) => Record<"swap", string> | undefined;