import { type MathMLTemplateResult } from 'lit'; type MathmlPlugin = (value: T) => unknown; declare function mathml(strings: TemplateStringsArray, ...values: Array): MathMLTemplateResult; declare namespace mathml { var nothing: MathMLTemplateResult; } export { mathml }; export type { MathMLTemplateResult, MathmlPlugin }; //# sourceMappingURL=Mathml.d.ts.map