declare const CLASS_PREFIX = "md-alert-badge";
declare const DEFAULTS: {};
declare const COLORS: {
    ERROR: string;
    SUCCESS: string;
    THEME: string;
    WARNING: string;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, COLORS, DEFAULTS, STYLE };
