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