export declare const MotionBar: ({ custom, transition, arc, ...rest }: { [x: string]: any; custom: any; transition: any; arc: any; }) => JSX.Element;