export default ComponentIcon; declare function ComponentIcon({ component, width, height }: { component: any; width: any; height: any; }): JSX.Element; declare namespace ComponentIcon { namespace propTypes { let width: PropTypes.Requireable; let height: PropTypes.Requireable; let component: PropTypes.Validator; material: PropTypes.Requireable; bit_type: PropTypes.Requireable; }>>>; } namespace defaultProps { let width_1: number; export { width_1 as width }; let height_1: number; export { height_1 as height }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=BHAComponentIcon.d.ts.map