export function APM( { config, components } ) { const { PaymentMethodIcons } = components; return (
{config.title}
); }