import type { CuiValueOf } from '@cuby-ui/cdk'; export declare const CuiLoadingState: { readonly LOADING: "loading"; readonly COMPLETED: "completed"; readonly INITIAL: "initial"; }; export type CuiLoadingState = CuiValueOf;