/** * @type {Array} */ export const THEME_IDENTITY_LABELS: Array; /** * @type {Array} */ export const THEME_FAMILY_LABELS: Array; /** * @type {Array} */ export const THEME_WORK_STUDY_LABELS: Array; /** * @type {Array} */ export const THEME_HEALTH_LABELS: Array; /** * @type {Array} */ export const THEME_HOME_LABELS: Array; /** * @type {Array} */ export const THEME_TRANSPORT_LABELS: Array; /** * @type {Array} */ export const THEME_ACTIVITY_LABELS: Array; /** * @type {Array} */ export const THEME_FINANCE_LABELS: Array; /** * @type {Array} */ export const THEME_INVOICE_LABELS: Array; /** * @type {Array} */ export const THEME_OTHERS_LABELS: Array; /** * @type {Array} */ export const iconLabelPairs: Array;