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