/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { PlatformRef } from './application_ref'; import { Provider } from './di'; /** * This platform has to be included in any other platform * * @experimental */ export declare const platformCore: (extraProviders?: Provider[] | undefined) => PlatformRef;