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