export interface SimpleLinkAsResponse { id?: string; styleClass?: string; iconClass?: string; label?: string; title?: string; href?: string; weight?: number; } //# sourceMappingURL=SimpleLinkAsResponse.d.ts.map