import { Flex } from '@wordpress/components'; import React from '@wordpress/element'; import { VendorfuelIcon } from './VendorfuelIcon'; import type { Localized } from '../../types'; declare const localized: Localized; export const Brand = () => { const orange = '#f56e28'; return (

Vendor Fuel

{localized && {localized.plugin_data.Version}}
); };