import { FunctionComponent } from "preact"; export declare const RadialProgress: FunctionComponent<{ diameter: number; progress: number; }>;