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