export declare const GUTTER_SIZE_IN_PX = 120;
/**
 * @deprecated - [ED-23844] only used in Editor Core
 */
export declare const GUTTER_SIZE_MOBILE_IN_PX = 36;
export declare const GUTTER_SELECTOR = "#editor-scroll-gutter";
