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