/** * Custom Dashboard for QwickPress Admin * * A rich, modern dashboard with colorful cards showing stats and quick actions * Uses QwickApps React Framework for consistent styling * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import React from 'react'; import type { AdminViewProps } from 'payload'; import './styles/Dashboard.css'; export declare const Dashboard: React.FC; //# sourceMappingURL=Dashboard.d.ts.map