/** * @license * Copyright Google LLC 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 */ /** * Fake URLs and associated SVG documents used by tests. * The ID attribute is used to load the icons, the name attribute is only used for testing. * @docs-private */ export declare const FAKE_SVGS: { cat: string; dog: string; dogWithSpaces: string; farmSet1: string; farmSet2: string; farmSet3: string; farmSet4: string; farmSet5: string; arrows: string; };