export interface ChainAvatarProps { /** Full CDN logo URL, e.g. `chainIconUri('base')`. */ uri: string; size?: number; } /** * A chain logo clipped to a circle with a hairline border. Centering a same-size * {@link FunIcon} keeps it from sitting 1px off, since the border-box hairline * shrinks the content box. */ export declare function ChainAvatar({ uri, size }: ChainAvatarProps): import("react").JSX.Element; //# sourceMappingURL=ChainAvatar.d.ts.map