import type { ComponentInput } from "../../../types"; export declare function initComponentInputSection(shadow: ShadowRoot): void; export declare function renderComponentInput(shadow: ShadowRoot, cmpId: string, propName: string): ComponentInput | null;