import type { Meta, StoryFn } from '@storybook/react'; import type { SentimentProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface SentimentStoryProps extends SentimentProps { positiveLabel: string; neutralLabel: string; negativeLabel: string; positiveIcon: string; neutralIcon: string; negativeIcon: string; } export declare const SentimentDemo: StoryFn; interface ConfigurableSentimentProps { positiveColor?: string; negativeColor?: string; neutralColor?: string; } export declare const ConfigurableSentiment: StoryFn; //# sourceMappingURL=Sentiment.stories.d.ts.map