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