import { XmlComponent } from '../../../xml-components';
type MathEndingCharacterOptions = {
    readonly character: string;
};
export declare const createMathEndingCharacter: ({ character }: MathEndingCharacterOptions) => XmlComponent;
export {};
