import { InjectionToken } from '@angular/core'; import { ValueDisplayDefaultFieldNames } from './interfaces/select-default-fields.model'; import { ButtonDefaultOptions } from './interfaces/button-default-options'; export declare const DEFAULT_VALUE_DISPLAY_FIELD_NAMES: InjectionToken; export declare const BUTTON_DEFAULT_OPTIONS: InjectionToken;