import { XmlComponent } from '../../../../../xml-components';
export type INonVisualShapePropertiesOptions = {
    readonly txBox: string;
};
export declare const createNonVisualShapeProperties: (options?: INonVisualShapePropertiesOptions) => XmlComponent;
