import { ReactElement } from 'react'; export declare const AppContent: ({ onStartGuideClick, }: { onStartGuideClick: () => void; }) => ReactElement;