/// import type { IconProps } from '../../../icon/index.js'; import { LinkRouter } from '../../../types/index.js'; import type { DrawerConfig } from '../../types/index.js'; declare const SidebarDrawerDynamicContent: ({ config, router, iconLibrary, }: { config: DrawerConfig; router?: LinkRouter | undefined; iconLibrary?: any; }) => JSX.Element; export default SidebarDrawerDynamicContent;