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