import type { ManagedFocusCallbacks, StopPropagationCallbacks } from '../agStack/focus/agManagedFocusFeature'; import { AgManagedFocusFeature } from '../agStack/focus/agManagedFocusFeature'; import type { BeanCollection } from '../context/context'; import type { AgEventTypeParams } from '../events'; import type { GridOptionsWithDefaults } from '../gridOptionsDefault'; import type { GridOptionsService } from '../gridOptionsService'; import type { AgGridCommon } from '../interfaces/iCommon'; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const STOP_PROPAGATION_CALLBACKS: StopPropagationCallbacks; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare class ManagedFocusFeature extends AgManagedFocusFeature, GridOptionsService> { constructor(eFocusable: HTMLElement, callbacks?: ManagedFocusCallbacks); }