import React from 'react';
import { UndrawSVGProps } from '../types';
declare const IdeasFlow: React.FC<UndrawSVGProps>;
export default IdeasFlow;
