export default function StarView({ style, stars, size, iconSet, fullIcon, fullIconColor, halfIcon, halfIconColor, emptyIcon, emptyIconColor, passRef, ...passThroughProps }: { [x: string]: any; style?: undefined; stars: any; size?: number | undefined; iconSet?: string | undefined; fullIcon?: string | undefined; fullIconColor?: string | undefined; halfIcon?: string | undefined; halfIconColor?: string | undefined; emptyIcon?: string | undefined; emptyIconColor?: string | undefined; passRef: any; }): React.JSX.Element | null; import React from 'react'; //# sourceMappingURL=StarView.d.ts.map