export default DevCenterIcon; declare function DevCenterIcon({ color, width, height }: { color: any; width: any; height: any; }): JSX.Element; declare namespace DevCenterIcon { namespace propTypes { let color: PropTypes.Requireable; let width: PropTypes.Requireable; let height: PropTypes.Requireable; } namespace defaultProps { let color_1: string; export { color_1 as color }; let width_1: number; export { width_1 as width }; let height_1: number; export { height_1 as height }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=DevCenterIcon.d.ts.map