/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { InjectionToken } from "@angular/core"; import { ViewType } from "./models/view-type"; import { SVGIcon } from "@progress/kendo-svg-icons"; /** * @hidden */ export declare const MY_TOKEN: InjectionToken; /** * @hidden */ export declare const DEFAULT_SVG_ICONS: Partial>; /** * @hidden */ export declare const DEFAULT_ICONS: Partial>;