import type { HTMLAttributes } from "svelte/elements";
/** @deprecated use LoadingIndicator or one of the Estimate components instead */
declare const CircularProgressIndeterminate: import("svelte").Component<HTMLAttributes<SVGElement>, {}, "">;
type CircularProgressIndeterminate = ReturnType<typeof CircularProgressIndeterminate>;
export default CircularProgressIndeterminate;
