/// import type { Direction } from '@shopify/polaris-viz-core'; export interface ZeroValueLineProps { x: number; y: number; areAllNegative?: boolean; theme?: string; direction?: Direction; } export declare function ZeroValueLine({ x, y, theme, direction, areAllNegative, }: ZeroValueLineProps): JSX.Element; //# sourceMappingURL=ZeroValueLine.d.ts.map