import { PhosphorIconWeight } from '../consts/icon.consts'; export declare function buildPhosphorSvgIcon(name: string | undefined | null, weight?: PhosphorIconWeight | null): string;