import { type RatingIconProps as Props } from '.';
declare const Star: import("svelte").Component<Props, {}, "">;
type Star = ReturnType<typeof Star>;
export default Star;
