/// <reference types="react" />
export declare const MotionPath: ({ custom, transition, ...rest }: {
    [x: string]: any;
    custom: any;
    transition: any;
}) => JSX.Element;
