import { IconProps } from '../types';
declare const Engine: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Engine;
//# sourceMappingURL=Engine.d.ts.map