export declare type Accessor = (d: Datum) => Output; export declare type AccessorWithIndex = (d: Datum, index: number) => Output; export declare type AccessorForArrayItem = (d: Datum, index: number, data: Datum[]) => Output; //# sourceMappingURL=accessor.d.ts.map