import { default as React } from 'react'; import { TransactionLocal } from '../../../../config/types'; type Props = { data: TransactionLocal; disabled: boolean; }; declare const WidgetItem: (props: Props) => React.JSX.Element; export default WidgetItem; //# sourceMappingURL=Item.d.ts.map