export type { LoaderszSingleModeOptions } from '../core/FixedLoader.js'; /** The fixed state registered by this entry point. */ export declare const state: "loading"; /** Imperative controller permanently bound to the loading animation. */ export declare const LoaderszLoader: import("../core/FixedLoader.js").LoaderszSingleModeConstructor; /** Native element constructor permanently bound to the loading animation. */ export declare const LoaderszLoaderElement: CustomElementConstructor; //# sourceMappingURL=loading.d.ts.map