import React from 'react';
import { MandelbrotProps } from '../types';
export declare const MandelbrotSet: React.FC<MandelbrotProps>;
