export declare const pastDueBannerPresets: { pastDueFirstNotice: { base: { backgroundColor: string; }; }; pastDueLastNotice: { base: { backgroundColor: string; }; }; updatePaymentButton: { base: { backgroundColor: string; borderRadius: string; color: string; whiteSpace: string; }; visited: { color: string; }; }; optOutButton: { base: { backgroundColor: string; borderRadius: string; color: string; whiteSpace: string; }; visited: { color: string; }; }; sunNeutral: { base: { backgroundColor: string; color: string; }; }; sunPositive: { base: { backgroundColor: string; color: string; }; }; sunWarning: { base: { backgroundColor: string; color: string; }; }; sunNegative: { base: { backgroundColor: string; color: string; }; }; sunInformative: { base: { backgroundColor: string; color: string; }; }; };