/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { SVGIcon } from '@progress/kendo-svg-icons'; import { SpreadsheetCommand } from './commands'; /** * @hidden */ export declare const commandIcons: Partial>; /** * @hidden */ export declare const commandSVGIcons: Partial>;