import type { ElementPAPIs } from '../../../types/index.js';
import type { WASMJSBinding } from './WASMJSBinding.js';
export declare function createElementAPI(rootDom: ShadowRoot, mtsBinding: WASMJSBinding, config_enable_css_selector: boolean, config_default_display_linear: boolean, config_default_overflow_visible: boolean, transform_vw: boolean, transform_vh: boolean, transform_rem: boolean): ElementPAPIs;
