import type { AnchorProps } from "./index.js";
declare const FloatingLayerAnchor: import("svelte").Component<AnchorProps, {}, "">;
type FloatingLayerAnchor = ReturnType<typeof FloatingLayerAnchor>;
export default FloatingLayerAnchor;
