/** Autogenerated by public2business schematic. DO NOT CHANGE! */ import { InjectionToken } from '@angular/core'; /** * Injection token that can be used to reference instances of `SbbError`. It serves as * alternative token to the actual `SbbError` class which could cause unnecessary * retention of the class and its directive metadata. */ export declare const SBB_ERROR: InjectionToken; /** Single error message to be shown underneath the form field. */ export declare class SbbError { id: string; }