import type { AnnotationsTrackConfigProperties } from '../types/annotations-config-properties.js'; import type { AnnotationsTrackConfig } from '../types/annotations-track-props.js'; /** * Applies the same defaulting (`color`, `priority`, `hidden`, `id`) that slot-provided tracks/markers * get from `populateMissingTrackProps`/`populateMissingMarkerProps` to tracks coming from a * `HistogramChartConfig`/`TimeseriesChartConfig` context config. Without this, config-provided * annotations reach the renderer with missing required fields and crash. */ export declare function populateMissingContextTracksProps(tracks: AnnotationsTrackConfigProperties[]): AnnotationsTrackConfig[]; //# sourceMappingURL=populate-missing-context-tracks-props.d.ts.map