import React from 'react';
export interface ThumbUpAltProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const ThumbUpAlt: React.FC<ThumbUpAltProps>;
//# sourceMappingURL=ThumbUpAlt.web.d.ts.map