import { ForwardRefComponent, HTMLMotionProps } from 'motion/react';
import { HTMLAttributes, ForwardRefExoticComponent, RefAttributes } from 'react';
import { StyleContextProvider, StyleContextConsumer } from '@likec4/styles/jsx';
import { NavigationPanelRecipe } from '@likec4/styles/recipes';
export declare const NavigationPanel: {
Root: StyleContextProvider>, NavigationPanelRecipe>;
Body: StyleContextConsumer>>;
Logo: StyleContextConsumer & RefAttributes>>;
Label: StyleContextConsumer>>;
Dropdown: StyleContextConsumer>>;
};