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