import React from 'react'; export default function EarbudRight({ className }: { className?: string; }): React.JSX.Element;