/** * Default handling of characters (as elements). * @param {TexParser} parser The calling parser. * @param {string} char The character to parse. */ export declare function Other(parser: any, char: any): void;