/** * Formats the value using the intl format. * * @param {*} value Value to be formatted. * @param {CellMeta} cellProperties Cell meta object. * @returns {*} Returns the formatted value. */ export declare function intlFormatter(value: unknown, cellProperties: Record): string;