import React from 'react'; declare type IProps = { showCount?: number; }; export declare const RenderWallets: React.FC; export {};