import type { Meta, StoryFn } from '@storybook/react'; import type { ReactNode } from 'react'; import type { AppShellProps } from '@pega/cosmos-react-wss'; declare const _default: Meta; export default _default; interface AppShellDemoProps { appName?: AppShellProps['appInfo']['appName']; banner?: boolean; imageSrc?: AppShellProps['appInfo']['imageSrc']; numberOfNavLinks?: number; navAlignment?: AppShellProps['navAlignment']; navPosition?: AppShellProps['navPosition']; operatorName?: AppShellProps['operator']['avatar']['name']; operatorTitle?: AppShellProps['operator']['title']; notificationsEmpty?: boolean; notificationsLoading?: boolean; mainContent?: ReactNode; } export declare const AppShellDemo: StoryFn; //# sourceMappingURL=AppShell.stories.d.ts.map