import type { PublicKey } from "@solana/web3.js"; import type { FC } from "react"; import type { ModalPropsType } from "../../../contexts/modals/types"; interface Props extends ModalPropsType { setMint: (mint: PublicKey) => void; } export declare const TokensModal: FC; export {}; //# sourceMappingURL=TokensModal.d.ts.map