declare const _default: React.MemoExoticComponent<{ ({ name, style, ...props }: { [x: string]: any; name: any; style: any; }): JSX.Element; propTypes: { name: PropTypes.Validator; style: PropTypes.Requireable; }; defaultProps: { style: { height: number; width: number; }; }; }>; export default _default; import PropTypes from "prop-types"; import React from "react"; //# sourceMappingURL=Icon.d.ts.map