import type { Interpolation } from "../interpolation";
export default function getDeclValueTemplateElements(text: string, lang: string): (Interpolation | string)[];
