import type { FC, HTMLAttributes } from 'react'; export type NavPanelDividerProps = HTMLAttributes; export declare const NavPanelDivider: FC;