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