interface ChartOverlaysBorderProps { left?: boolean; right?: boolean; bottom?: boolean; top?: boolean; /** Draws a lighter top border acting as a separator rather than an axis line. */ topSeparator?: boolean; } /** * A component to render a mimic axis borders conditionally **/ export declare const ChartOverlaysBorder: ({ left, right, bottom, top, topSeparator, }: ChartOverlaysBorderProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ChartOverlaysBorder.d.ts.map