declare module 'react-easy-export' {
  export function exportToCSV(data: any, filename?: string): void;
  // add more exports here if needed, or use `any` as fallback
}
