import { XmlAttributeComponent } from '../xml-components';
export declare class ContentTypeAttributes extends XmlAttributeComponent<{
    readonly xmlns?: string;
}> {
    protected readonly xmlKeys: {
        xmlns: string;
    };
}
