export declare const SKINS: {
    readonly standard: "standard";
    readonly error: "error";
    readonly success: "success";
    readonly warning: "warning";
    readonly premium: "premium";
};
export declare const ACTION_BUTTON_TYPES: {
    readonly textLink: "textLink";
    readonly button: "button";
};
export declare const dataHooks: {
    notificationContent: string;
    notificationCloseButton: string;
    notificationLabel: string;
    notificationCtaButton: string;
};
export declare const TYPE_POSITIONS_MAP: {
    readonly relative: "global";
    readonly absolute: "local";
    readonly fixed: "sticky";
};
//# sourceMappingURL=Notification.constants.d.ts.map