import { Type } from '@angular/core'; import { FocusableItem } from './focusable-item'; export declare function customFocusableItemProvider(implementation: Type): (Type | { provide: typeof FocusableItem; useExisting: Type; })[];