import { type AdminContextObject } from '../../types'; export declare const getElementContext: (selector: string) => AdminContextObject;