import { FontProfileData } from './types';
export declare const FONT_PROFILES: Record<string, FontProfileData>;
export declare function get_font_profile(profile_name?: string): FontProfileData;
export declare function get_symbol(font_profile: FontProfileData, symbol_name: keyof FontProfileData['symbols'], icon_overrides?: {
    [key: string]: string;
}): string;
//# sourceMappingURL=font-profiles.d.ts.map