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