import type { Icon, IconConfigFile, IconObject } from "../types"; export declare const getIcons: ({ icons }: IconConfigFile) => Icon[]; export declare const getIconsObject: ({ icons }: IconConfigFile) => IconObject; export declare const getIconUnicodeForPseudo: (input: string) => string | undefined; export declare const allIcons: IconObject;