import type { LabelledAria } from "../misc/typing-utils"; type $$ComponentProps = { size?: number; container?: boolean; center?: boolean; } & LabelledAria; declare const LoadingIndicator: import("svelte").Component<$$ComponentProps, {}, "">; type LoadingIndicator = ReturnType; export default LoadingIndicator;