/**
 * ================ ANALYTIC MAP 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 map properties bên dưới
 * 2. Với minHeight, nếu có height hoặc max-height thì để lại cho case này (available cho 3 devices)
 */
export declare const mapAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;
