import React from "react"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; import type { DiscretePathEffectProps } from "../../../dom/types"; export declare const DiscretePathEffect: ({ seed, ...props }: SkiaDefaultProps) => React.JSX.Element;