/**
 * Parts with forced "normal" spaces
 *
 * @typedef {import('../../../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
 * @param {FormatNumberPart[]} formattedParts
 * @returns {FormatNumberPart[]}
 */
export function forceNormalSpaces(formattedParts: FormatNumberPart[]): FormatNumberPart[];
/**
 * Parts with forced "normal" spaces
 */
export type FormatNumberPart = import('../../../../types/LocalizeMixinTypes').FormatNumberPart;
