export default InfoIcon; declare function InfoIcon({ dataHook, content, size, tooltipProps, className, }: { dataHook: any; content: any; size?: string | undefined; tooltipProps: any; className: any; }): React.JSX.Element; declare namespace InfoIcon { let displayName: string; namespace propTypes { let dataHook: PropTypes.Requireable; let className: PropTypes.Requireable; let size: PropTypes.Requireable; let content: PropTypes.Validator>; let tooltipProps: PropTypes.Requireable>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=InfoIcon.d.ts.map