/** * Enhanced Products List Header Component * * Adds Material Design-styled header above the Products list * Provides quick stats and actions for better UX * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import React from 'react'; import type { BeforeListClientProps } from 'payload'; import './styles/CollectionListHeader.css'; export declare const ProductsListHeader: React.FC; //# sourceMappingURL=ProductsListHeader.d.ts.map