import React from 'react'; interface InfoIconProps { style?: React.CSSProperties; color?: string; size?: string | number; } declare const InfoIcon: React.FC; export default InfoIcon; //# sourceMappingURL=info.d.ts.map