import type { Meta, StoryFn } from '@storybook/react'; import type { OmitStrict, SummaryListProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface SummaryListStoryProps extends OmitStrict { showSecondary?: boolean; showVisual?: boolean; showActions?: boolean; noItems?: boolean; } export declare const SummaryListDemo: StoryFn; export declare const SummaryListViewAll: StoryFn; //# sourceMappingURL=SummaryList.stories.d.ts.map