import type { IconProps } from '../types/index'; declare function SvgThumbsUpFilled(iconProps: IconProps): JSX.Element; declare namespace SvgThumbsUpFilled { var displayName: string; } export default SvgThumbsUpFilled;