import { PluginMeta } from '@topwrite/common'; import { PropsWithChildren } from 'react'; interface BuyProps { meta: PluginMeta; } export declare function Buy({ meta }: BuyProps): import("react/jsx-runtime").JSX.Element; interface ActionsProps { meta: PluginMeta; mini?: boolean; className?: string; } export default function Actions({ meta, mini, className }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export {};