import { type FloatingMenuProps } from '..'; type $$ComponentProps = FloatingMenuProps & { autoSetup?: boolean; }; declare const FloatingMenu: import("svelte").Component<$$ComponentProps, { setup: () => boolean; cleanup: () => boolean; }, "">; type FloatingMenu = ReturnType; export default FloatingMenu;