import type { PublicKey } from "@solana/web3.js"; import type { FC } from "react"; interface Props { open: boolean; onClose: () => void; setMint: (mint: PublicKey) => void; } export declare const TokenDialog: FC; export {}; //# sourceMappingURL=TokenDialog.d.ts.map