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