import type { ActionItem, ItemType } from './interface';
/** Prefer Vue `children`, fall back to React `subItems`. */
export declare function getItemChildren(item: ItemType | ActionItem): ActionItem[] | undefined;
