import React from 'react';
export declare const IcGear: React.ComponentType<{
    fontSize: string;
    fill?: string;
    style?: React.CSSProperties;
}>;
