import type { ValueAndCount } from './ValueAndCount'; export declare type Trait = { totalValues?: number; trait?: string; values?: Array; };