import 'twin.macro'; import { IWalletProps } from "../contexts/UnifiedWalletProvider"; declare const PreviewFunctionality: ({ title, walletProps }: { title: string; walletProps?: IWalletProps; }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export default PreviewFunctionality;