import { Component } from 'solid-js'; export declare const MainCircle: Component<{ fill: string; }>; export declare const SecondaryCircle: Component<{ fill: string; begin?: string; }>;