declare global { interface VcGlobalSingletons { UniqueComponentId: { lastId: number; }; } } export default function (prefix?: string): string;