/**
 * ================ ANALYTIC BUTTON PROPERTIES ================
 * Handle properties:
 * 1. Với styles, lấy những style có trong styles field, ngoại trừ 1 số trường hợp conflix với button properties bên dưới
 * 2. Với fullWidthEnabled, nếu có width 100% và không có max-width hoặc max-width cũng là 100% thì để lại cho case này
 */
export declare const buttonAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;
