declare const CLASS_PREFIX = "md-toast-details";
declare const DEFAULTS: {};
declare const INFO_COLORS: {
    CANCEL: string;
    JOIN: string;
    SUCCESS: string;
    WARNING: string;
};
declare const STYLE: {
    badge: string;
    badges: string;
    content: string;
    controls: string;
    image: string;
    info: string;
    subject: string;
    title: string;
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, INFO_COLORS, STYLE };
