export type EpagIconName = 'arrow' | 'bankly' | 'block' | 'card' | 'check' | 'contract' | 'copy' | 'dados-pessoais' | 'dashboard' | 'download' | 'edit' | 'email' | 'events' | 'external-link' | 'fees' | 'filter' | 'finance' | 'firewall-rules' | 'global' | 'id-validation' | 'legal' | 'link' | 'local' | 'lock' | 'logs' | 'merchant' | 'merchant-settings' | 'more' | 'notifications' | 'password' | 'payments' | 'payouts' | 'projects' | 'receipt' | 'refund' | 'reports' | 'search' | 'store' | 'support' | 'sync' | 'transaction-reports' | 'trash' | 'treasury' | 'unlock' | 'unview' | 'upload' | 'users' | 'view' | 'x'; export declare const EPAG_ICONS: Record;