export declare enum SidePanelPosition { Right = 0, Left = 1 } export declare const SmallScreenBreakpoint = 800; /** * Assuming that we won't have this many instances at the same time * No scientific reason for the number, it's just my personal preference */ export declare const InstanceIdLimit = 700;