import type { HTMLAttributes } from '../html-attributes.js'; export type StarHalfProps = HTMLAttributes<'svg', 'children'>; declare const StarHalf: import("svelte").Component; type StarHalf = ReturnType; export default StarHalf;