export default Content; declare function Content({ notifications, loading, darkMode }: { notifications: any; loading: any; darkMode: any; }): import("react/jsx-runtime").JSX.Element;