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