import React from 'react'; const PharmacyIllustration: React.FC = () => { return ( ); }; export default PharmacyIllustration;