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