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