import { TColor } from "../../types"; import { TAlertColor } from "./types"; export declare const getAlertColors: (type: TAlertColor) => Record<"backgroundColor" | "badgeBackground" | "borderColor" | "iconColor" | "supportingTextColor" | "textBackground" | "textColor", TColor>;