/// <reference types="react" />
declare const MagicWand: (props: any, ref: any) => JSX.Element;
export default MagicWand;
