import React from "react"; import type { DashPathEffectProps } from "../../../dom/types"; import type { SkiaProps } from "../../processors"; export declare const DashPathEffect: (props: SkiaProps) => React.JSX.Element;