import React, { Dispatch, SetStateAction } from 'react'; interface ITabsPayments { types: string[]; active: string; setActive: Dispatch>; } export declare const TabsPayments: React.FC; export {}; //# sourceMappingURL=index.d.ts.map