import type { Meta, StoryFn } from '@storybook/react'; import type { RatingProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface RatingStoryProps extends RatingProps { ariaLabel?: string; } export declare const RatingDemo: StoryFn; interface ConfigurableRatingProps { color?: string; } export declare const ConfigurableRating: StoryFn; //# sourceMappingURL=Rating.stories.d.ts.map