// @ts-nocheck export declare class ArrowElement { /** * To allow arrow in specific elements only * @param elementIds Element ids to be allowed for arrow */ public allowedElementIds: (elementIds: string[]) => any; constructor(); /** * To allow arrow in specific elements only * @param elementIds Element ids to be allowed for arrow */ private _allowedElementIds; }