import React from 'react'; const Close = ({ callback = () => {}, size = 'text-4xl', theme = '' }) => ( ); export default Close;