import type { DropdownItem } from './types'; export declare function checkEnableItem>(item: T): boolean; export declare function getSameLevelEnableItems>(arr: T[]): T[];