export declare const SLOTS: {
    title: string;
    message: string;
    link: string;
    actionsEnd: string;
};
export declare const CSS: {
    actionsEnd: string;
    close: string;
    container: string;
    content: string;
    icon: string;
};
