import type { Meta, StoryFn } from '@storybook/react'; import type { MenuProps, OmitStrict } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface MenuStoryProps extends OmitStrict { showItemSecondary?: boolean; showItemVisual?: boolean; showItemCount?: boolean; parentSelection?: boolean; filterPattern?: 'contains' | 'starts with'; infiniteScroll?: boolean; noItems?: boolean; useFlatData?: boolean; } export declare const MenuDemo: StoryFn; export declare const DepthSpecificSearchMenuDemo: StoryFn; export declare const FlatMenuDemo: StoryFn; export declare const WithoutFocusControlEl: StoryFn; //# sourceMappingURL=Menu.stories.d.ts.map