<?php namespace Filament\Actions; class ExportAction extends Action { use Concerns\CanExportRecords; }