import { ExchangeAccountProps } from './types';
export declare const dataValues: Array<Omit<ExchangeAccountProps, 'onClick' | 'onDelete'>>;
