import { type AgMarkerShapeFnParams } from 'ag-charts-community';
export declare function lineMarker({ path, x, y, size }: AgMarkerShapeFnParams): void;
