import { XmlComponent } from '../../xml-components'; type ExtentAttributes = { readonly x?: number; readonly y?: number; }; export declare const createExtent: ({ x, y }: ExtentAttributes) => XmlComponent; export {};