export declare const Constants: {
    ATTRIBUTES: {
        EDITOR_ID: string;
        LOCATION_ID: string;
    };
};
