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