import { AdaptableAlert } from '../../../../types'; export declare const getAlertButtonStyle: (alerts: AdaptableAlert[]) => { color: string; background: string; cssClasses: string; };