import type { AppShellProps, DrawerItemProps, ForwardProps } from '@pega/cosmos-react-core'; export declare const defaultLinks: AppShellProps['links']; export declare const defaultNotifications: (DrawerItemProps & ForwardProps)[]; export declare const defaultRecents: (DrawerItemProps & ForwardProps)[]; export declare const defaultMainContent: import("react/jsx-runtime").JSX.Element; export declare const operatorData: { avatar: import("react/jsx-runtime").JSX.Element; actions: { primary: string; id: string; }[]; name: string; }; export declare const defaultCases: ({ primary: string; secondary: string; collapsedItemInfo: string; createdAt: number; id: string; active: boolean; } | { primary: string; secondary: string; createdAt: number; id: string; active: boolean; collapsedItemInfo?: undefined; })[]; //# sourceMappingURL=AppShell.mocks.d.ts.map