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