/** * - configuration form for multi-file aggregation. * * Attributes: * initial-config JSON string of Partial * * Events fired: * config-change CustomEvent * * Styled with Bootstrap utility classes - host app must provide Bootstrap CSS. * Renders once; uses event delegation + targeted DOM updates (no re-renders on input change). */ export declare class AggregationConfigElement extends HTMLElement { private _config; private _showAdvanced; connectedCallback(): void; disconnectedCallback(): void; private _handleChange; private _handleClick; private _emitChange; /** Show/hide conditional fields without re-rendering. */ private _updateConditionals; private _render; } //# sourceMappingURL=aggregation-config.d.ts.map