import { XmlAttributeComponent } from "../../../../../../../../../file/xml-components"; export declare class ExtentsAttributes extends XmlAttributeComponent<{ readonly cx?: number; readonly cy?: number; }> { protected readonly xmlKeys: { cx: string; cy: string; }; }