import { Suffix, TemplateIconData } from "./types";
export declare const getSuffix: (type: string) => Suffix;
export declare function templateIconUrl({ type, iconName, suffix }: TemplateIconData): string;
export declare function compileTemplateIconUrl({ type, iconName, suffix }: TemplateIconData): string;
