import type { I18nEntry } from './../../types';
/**
 * Convert `.properties` content to i18n entries.
 *
 * @param content `.properties` content
 * @param filePath path to i18n file
 * @returns i18n entry
 */
export declare function propertiesToI18nEntry(content: string, filePath?: string): I18nEntry[];
//# sourceMappingURL=properties.d.ts.map