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