import { IconTheme } from './seti.types'; export declare const SetiTheme: IconTheme; export declare type FontCalc = (name: string) => string; export declare type FontRefernence = string | FontCalc; export declare function initFontFaces(fontRoot: FontRefernence): void;