import type { StrokeStyle } from "./api.js";
export declare const horizontalOnly: ({ hl, dot }: StrokeStyle) => StrokeStyle;
export declare const verticalOnly: ({ vl, dot }: StrokeStyle) => StrokeStyle;
//# sourceMappingURL=style.d.ts.map