import { Controller } from "@hotwired/stimulus";
export declare function useMixin(controller: Controller, setup: () => void, teardown: () => void): () => void;
