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