import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * DropdownMenuSubContent - Container for submenu items */ export declare class DropdownMenuSubContentComponent { private readonly menuStack; private readonly templateRef; get template(): TemplateRef; /** * Custom CSS classes */ class: import("@angular/core").InputSignal; /** * Size variant */ size: import("@angular/core").InputSignal<"xs" | "sm" | "md" | "lg" | "xl">; /** * Handle ESC key press */ onEscapeKey(event: KeyboardEvent): void; /** * Close this menu and all child menus */ closeMenu(): void; /** * Computed CSS classes for the submenu */ subMenuClass: () => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }