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