type BuildOffsetSourceLabelParams = { isWDUser: boolean; /** True only for IDAS-provider (XTO/Exxon) pickers; see COMPANY_PROVIDERS_FOR_IDAS. */ isIdasProvider: boolean; hasIdas: boolean; hasOws: boolean; hasWellhub: boolean; }; type BuildOffsetSourceLabelReturn = { label: string; isMixed: boolean; }; /** * Describes the source mix of the saved selection — what Reset will restore TO. * Returns an empty label when no source is represented; callers fall back to a * generic "Reset Selection" tooltip in that case. */ export declare const buildOffsetSourceLabel: ({ isWDUser, isIdasProvider, hasIdas, hasOws, hasWellhub, }: BuildOffsetSourceLabelParams) => BuildOffsetSourceLabelReturn; export {}; //# sourceMappingURL=buildOffsetSourceLabel.d.ts.map