/**
 * Expands all `<mf-text>` in a given DOM node.
 */
export declare function expandMfText(node: Element): void;
