import type { CaseTypeProps, LinkProps, UtilsProps } from './AppShell.types'; import type { AppNavigationPanelProps } from './AppNavigationPanel.types'; export declare const CaseTypes: ({ caseTypes, mobileNavBar }: { caseTypes: CaseTypeProps[]; mobileNavBar?: boolean; }) => import("react/jsx-runtime").JSX.Element; export declare const Links: (props: { links: LinkProps[]; mobileNavBar?: boolean; }) => import("react/jsx-runtime").JSX.Element | null; export declare const Utils: ({ items }: UtilsProps) => import("react/jsx-runtime").JSX.Element; declare const AppNavigationPanel: ({ appInfo, navState, searchInput, searchLabel, onClick, caseTypes, links, cases, utils, agent }: AppNavigationPanelProps) => import("react/jsx-runtime").JSX.Element; export default AppNavigationPanel; //# sourceMappingURL=AppNavigationPanel.d.ts.map