import React from 'react'; export interface TokenPinnerButtonProps { address: string; size?: 'small' | 'medium' | 'large'; color?: 'inherit' | 'primary' | 'secondary'; } export declare const TokenPinnerButton: React.MemoExoticComponent<({ address, size, color }: TokenPinnerButtonProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=TokenPinnerButton.d.ts.map