import type { FC } from 'react';
import { NativeProps } from '../../utils/native-props';
export declare const ThumbIcon: FC<NativeProps>;
