import { IconTheme } from './icon-interface'; export declare const formatSvg: (svgContent: string | null, color: string | null, emoji?: boolean) => string; export declare const getIconName: (name: string, theme: IconTheme) => string; export declare const getEmojiName: (name: string) => string; export declare const getLogoName: (name: string) => string;