import type { AgElementParams } from '../agStack/utils/dom'; import type { AgComponentSelectorType } from '../widgets/component'; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export type ElementParams = AgElementParams; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare function _createElement(params: AgElementParams): T;