import { ImageSourcePropType } from "react-native";
import { CryptoIconProps } from "./types";
export declare const PLACEHOLDER_MAP: Record<CryptoIconProps["originSize"], ImageSourcePropType>;
