import { Options } from "../types/options";
export type ShowMarketplaceProps = Options & {};
export declare const showMarketplace: (options?: ShowMarketplaceProps) => void;
