import { XmlComponent } from '../../../xml-components'; type MathAccentCharacterOptions = { readonly accent: string; }; export declare const createMathAccentCharacter: ({ accent }: MathAccentCharacterOptions) => XmlComponent; export {};