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