export declare const commonAttributes: string[];
export declare const transformCommonAttribute: (graphicAttributes: any, changedKey: string, nextAttrs: any) => string[];
