/// declare const AI: ({ className, title }: { className?: string | undefined; title?: string | undefined; }) => JSX.Element; export default AI;