import { XmlComponent } from '../../../xml-components'; type MathLimitLocationOptions = { readonly value?: string; }; export declare const createMathLimitLocation: ({ value }: MathLimitLocationOptions) => XmlComponent; export {};