/** Autogenerated by public2business schematic. DO NOT CHANGE! */ import { InjectionToken } from '@angular/core'; /** * Describes a parent component that manages a list of options. * Contains properties that the options can inherit. * @docs-private */ export interface SbbOptionParentComponent { multiple?: boolean; inertGroups?: boolean; } /** * Injection token used to provide the parent component to options. */ export declare const SBB_OPTION_PARENT_COMPONENT: InjectionToken;