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