import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const RatingHalf: React.MemoExoticComponent>; declare type RatingHalfRef = PathIconRef; declare type RatingHalfProps = PathIconProps; export { RatingHalf }; export type { RatingHalfRef, RatingHalfProps }; export default RatingHalf;