import { XMLElement } from '../../common/soap/xmlElement';
export declare class Location extends XMLElement {
    protected static XSI_TYPE: string;
    id: number;
    type: string;
    canonicalParentId: number;
    displayName: string;
    constructor(id?: number, type?: string, canonicalParentId?: number, displayName?: string);
}
