import { IconProps } from '../lib';
declare function MagicWand(props: IconProps): JSX.Element;
export default MagicWand;
