import React from 'react'; import { Actions } from '@burner-wallet/types'; declare const BottomActions: React.FC<{ actions: Actions; }>; export default BottomActions;