import React from 'react'; declare const MobileWithFlagText: React.FC<{ flag: string; text: string; }>; export default MobileWithFlagText;