import { XmlComponent } from '../../xml-components';
export declare const createDefault: (contentType: string, extension?: string) => XmlComponent;
