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