import { TutorialPanelProps } from './interfaces'; export { TutorialPanelProps }; export default function TutorialPanel({ i18nStrings, loading, tutorials, onFeedbackClick, downloadUrl, ...restProps }: TutorialPanelProps): JSX.Element;