import { type StoryObj } from "@storybook/react";
import { Rating } from "./Rating";
declare const _default: {
    title: string;
    component: typeof Rating;
};
export default _default;
type Story = StoryObj<typeof Rating>;
export declare const Primary: Story;
