type $$ComponentProps = { value?: number; max?: number; size?: 'sm' | 'md' | 'lg'; readonly?: boolean; }; declare const RatingStory: import("svelte").Component<$$ComponentProps, {}, "">; type RatingStory = ReturnType; export default RatingStory;