/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { SVGIcon } from '@progress/kendo-vue-common'; import { PropType } from 'vue'; /** * @hidden */ export interface ListItemIconProps { /** * The icon name (string-based icon). */ icon?: string; /** * The SVG icon. */ svgIcon?: SVGIcon; } /** * @hidden */ declare const ListItemIcon: import('vue').DefineComponent; svgIcon: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; svgIcon: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ListItemIcon };