export declare const chainIconAnimations: string[];
export declare const motionTransitionEnter: {
    duration: number;
    ease: readonly [0.3, 0, 0, 1];
};
export declare const motionTransitionExit: {
    duration: number;
    ease: readonly [0.8, 0, 0.2, 1];
};
export declare const bannerWrapper: string;
export declare const clusterWrapper: string;
export declare const chainIconScale: string;
export declare const usdcIconAnchor: string;
export declare const textContent: string;
export declare const dismissButton: string;
