import { CommonProps } from '../common'; export function LogoFlagInverse({ className }: CommonProps) { return ( ); } export function LogoFlagPlatformInverse({ className }: CommonProps) { return ( ); } export function LogoFlagPlatform({ className }: CommonProps) { return ( ); } export function LogoFlag({ className }: CommonProps) { return ( ); } export function LogoWiseInverse({ className }: CommonProps) { return ( ); } export function LogoWisePlatformInverse({ className }: CommonProps) { return ( ); } export function LogoWisePlatform({ className }: CommonProps) { return ( ); } export function LogoWise({ className }: CommonProps) { return ( ); }