import type { Meta, StoryFn } from '@storybook/react'; import type { FieldValueListProps, OmitStrict } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface FieldValueListStoryProps extends OmitStrict { name: string; value: string; inContentContainer?: boolean; } export declare const FieldValueListDemo: StoryFn; //# sourceMappingURL=FieldValueList.stories.d.ts.map