import { default as React } from 'react';
import { SVGComponentProps } from '../../types/SVG';
declare const AIMagic: React.FC<SVGComponentProps>;
export default AIMagic;
