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