import { PreviewResponse } from "walletkit-js/api"; type Props = { bundle: PreviewResponse[]; }; export declare function PreviewBundleAssetChanges({ bundle }: Props): import("react/jsx-runtime").JSX.Element | null; export {};