import { ReactNode } from 'react'; export declare const getMatch: (value?: string, children?: ReactNode, search?: string) => boolean; export declare const getChildrenValue: (children?: ReactNode) => string; export declare const KEYCODES: Record; export declare const dispatchKeyboardEvent: (element: Element | EventTarget, key: (typeof KEYCODES)[keyof typeof KEYCODES], bubbles?: boolean) => boolean; export declare const isElementSubMenuTrigger: (element: Element) => boolean; export declare const isElementSubMenuOpen: (element: Element) => boolean; //# sourceMappingURL=utils.d.ts.map