export declare const createGridLinesPath: (scaledGap: number, strokeWidth: number, stroke: string) => string; export declare const createGridDotsPath: (size: number, fill: string) => string;