import React from 'react'; export interface NestedMenuProps { children: React.ReactNode; htmlId: string; isOpened?: boolean; } declare const NestedMenuWithStaticFields: React.ForwardRefExoticComponent> & { __KONTUR_REACT_UI__: string; }; export { NestedMenuWithStaticFields as NestedMenu };