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