/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * The properties of the Kendo UI for Vue MenuItemArrow component. */ export interface MenuItemArrowProps { /** * Sets the item id of the MenuItemArrow component. */ itemId: string; /** * Sets the direction of the MenuItemArrow component. */ dir: 'ltr' | 'rtl' | string; /** * Specifies whether the Menu which holds the MenuItemArrow component is vertical. */ verticalMenu?: boolean; } /** * @hidden */ export declare const downArrowIcon: import('@progress/kendo-svg-icons').SVGIcon; /** * @hidden */ export declare const rightArrowIcon: import('@progress/kendo-svg-icons').SVGIcon; /** * @hidden */ export declare const leftArrowIcon: import('@progress/kendo-svg-icons').SVGIcon; /** * @hidden */ declare const MenuItemArrow: import('vue').DefineComponent; dir: PropType; verticalMenu: PropType; }>, {}, {}, {}, { getArrowName(): "" | import('@progress/kendo-svg-icons').SVGIcon; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; dir: PropType; verticalMenu: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { MenuItemArrow };