/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ElementRef } from '@angular/core'; import { SVGIcon } from '@progress/kendo-svg-icons'; import { MenuSize } from './size'; /** * @hidden */ export declare const defined: (value: any) => boolean; /** * @hidden */ export declare const bodyFactory: () => ElementRef; /** * @hidden */ export declare const getSizeClass: (size: MenuSize) => string; /** * @hidden */ export declare const getFontIcon: (horizontal: boolean, rtl: boolean) => string; /** * @hidden */ export declare const getSVGIcon: (horizontal: boolean, rtl: boolean) => SVGIcon;