import React from 'react'; import { PluginElementsProps } from '@burner-wallet/types'; declare type ModifiedPluginElementsProps = Pick; declare const PluginElements: React.FC; export default PluginElements;