import React from 'react'; export default function AboutDialog({ onClose }: { onClose: () => void; }): React.JSX.Element;