import type { StarsProps } from './types.js';
declare const Stars: import("svelte").Component<StarsProps, {}, "ref">;
type Stars = ReturnType<typeof Stars>;
export default Stars;
