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