import { IconProps } from '../lib';
declare function ThumbsUp(props: IconProps): JSX.Element;
export default ThumbsUp;
