declare const addonKey: string;
declare const panelKey: string;
declare const panelTitle: string;
declare const decoratorKey: string;
declare const paramKey: string;
declare const packageName: string;

export { addonKey, decoratorKey, packageName, panelKey, panelTitle, paramKey };
