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