import type { HTMLAttributes } from "svelte/elements";
type LoadingStateProps = Omit, "class"> & {
label?: string;
variant?: "spinner" | "skeleton";
class?: string;
};
declare const LoadingState: import("svelte").Component;
type LoadingState = ReturnType;
export default LoadingState;
//# sourceMappingURL=LoadingState.svelte.d.ts.map