import { TokenChipProps } from '../types'; /** * Small button that displays a given token symbol and image. * * WARNING: This component is under development and * may change in the next few weeks. */ export declare function TokenChip({ token, onClick, className, isPressable, }: TokenChipProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TokenChip.d.ts.map