export declare const DURATIONS: {
    slow: number;
    medium: number;
    fast: number;
};
export declare const SLOTS: {
    actionsEnd: string;
    title: string;
    message: string;
    link: string;
};
export declare const CSS: {
    actionsEnd: string;
    close: string;
    container: string;
    containerBottom: string;
    containerBottomEnd: string;
    containerBottomStart: string;
    containerActive: string;
    containerTop: string;
    containerTopEnd: string;
    containerTopStart: string;
    content: string;
    contentContainer: string;
    dismissProgress: string;
    footer: string;
    icon: string;
    containerEmbedded: string;
    queueCount: string;
    queueCountActive: string;
    textContainer: string;
    focused: string;
};
