import { Domain } from '@things-factory/shell'; export declare const fonts: (domain?: Domain) => Promise<(string | { custom: { families: any[]; }; google: { families: any[]; }; })[]>;