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