import React from 'react'; interface Props extends React.SVGProps { size?: string | number; color?: string; } declare const VspherePlainWordmarkIcon: React.FC; export default VspherePlainWordmarkIcon;