import React from 'react'; import { Mark } from '../Plot'; export declare const barY: (data: T[], { x, y, color }: { x: string; y: string; color: string; }) => Mark; export declare const BarY: React.FC<{ data?: any[]; encodings: { x: string; y: string; color: string; }; }>; export declare const BarYWithBFN: React.ForwardRefExoticComponent<{ data?: any[] | undefined; encodings: { x: string; y: string; color: string; }; } & { children?: React.ReactNode; } & { name?: any; debug?: boolean | undefined; } & React.RefAttributes>; //# sourceMappingURL=BarY.d.ts.map