import React from 'react'; declare const Icon: () => React.JSX.Element; export { Icon }; export default Icon;