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