export declare const MotionPath: ({ custom, transition, ...rest }: {
    [x: string]: any;
    custom: any;
    transition: any;
}) => import("react/jsx-runtime").JSX.Element;
