/** Latest Connect icon-font version available on resources.connect.trimble.com. */
export declare const CONNECT_ICON_FONT_VERSION = "1.15.0";
export declare const CONNECT_ICON_FONT_URL = "https://resources.connect.trimble.com/1.15.0/fonts/icon-font.min.css";
/** Build custom-class for Connect icon-font icons used with modus-wc-icon. */
export declare const connectIconClass: (iconClass: string, extraClasses?: string, sizeClass?: "i16" | "") => string;
export declare const CONNECT_ICONS: {
    readonly allProjects: "tc-icon-arrow-line-back";
    readonly data: "tc-icon-layers";
    readonly explorer: "tc-icon-explorer";
    readonly folder: "tc-icon-folder";
    readonly chevronRight: "tc-icon-chevron-right";
    readonly views: "tc-icon-views";
    readonly releases: "tc-icon-release";
    readonly activity: "tc-icon-activity";
    readonly bcfTopics: "tc-icon-bcf";
    readonly fieldData: "tc-icon-fixed-point";
};
