interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } declare const UseAnimation: $$__sveltets_2_IsomorphicComponent; }, { default: { controls: { subscribe: (visualElement: import("../index.js").VisualElement) => () => void; start: (definition: import("./types.js").ControlsAnimationDefinition, transitionOverride?: any) => Promise; set: (definition: import("./types.js").ControlsAnimationDefinition) => void; stop: () => void; mount: () => () => void; }; }; }, {}, string>; type UseAnimation = InstanceType; export default UseAnimation; //# sourceMappingURL=UseAnimation.svelte.d.ts.map