/** * Dashboard Content Component (Client Component) * * Note: Theme switching is handled by Payload CMS natively. * Users can change their theme preference in Account Settings. * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import React from 'react'; export declare const DashboardContent: React.FC; //# sourceMappingURL=DashboardContent.d.ts.map