import { SEVERITY } from './SEVERITY'; export declare const getAnalyticsEditorAppearance: (editorAppearance?: string) => string; export declare const getAnalyticsEventSeverity: (duration: number, normalThreshold: number, degradedThreshold: number) => SEVERITY; export declare const analyticsEventKey = "EDITOR_ANALYTICS_EVENT"; declare const EDITOR_BREAKPOINT_WIDTH: { S: number; M: number; L: number; }; export type EditorBreakpointKey = keyof typeof EDITOR_BREAKPOINT_WIDTH; export declare const getBreakpointKey: (width: number) => EditorBreakpointKey; export { getAnalyticsAppearance } from './getAnalyticsAppearance'; export { findInsertLocation } from './findInsertLocation'; export { SEVERITY } from './SEVERITY';