import type { StoryObj } from '@storybook/react'; import Rating from './Rating'; declare const meta: { component: typeof Rating; tags: string[]; args: {}; }; export default meta; type Story = StoryObj; export declare const ScaleRating: Story; export declare const ScaleRatingWidthValue: Story; export declare const LikeRating: Story; export declare const LikeRatingWithValue: Story; export declare const SatisfactionRating: Story; export declare const SatisfactionRatingWidthValue: Story;