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