import type JsPdf from "jspdf"; import { SvgElFillStrokeProps } from "../custom"; export declare const handleFillAndStrokeBefore: (doc: JsPdf, props: SvgElFillStrokeProps, scale?: number) => "F" | "S" | "DF" | undefined; export declare const handleFillAndStrokeAfter: (doc: JsPdf, props: SvgElFillStrokeProps) => void; //# sourceMappingURL=fillAndStroke.util.d.ts.map