import { HandleProps } from "reactflow"; export type CustomHandleProps = HandleProps & { className?: string; }; export declare const CustomHandle: (props: CustomHandleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CustomHandle.d.ts.map