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