/** * Resolve a container parameter to an HTMLElement. * Supports CSS selectors (e.g., '#container', '.my-chart') and direct HTMLElement references. */ export declare function resolveContainer(container: string | HTMLElement): HTMLElement;