interface Props { open: boolean; onclick: () => void; } declare const FloatingButton: import("svelte").Component; type FloatingButton = ReturnType; export default FloatingButton; //# sourceMappingURL=FloatingButton.svelte.d.ts.map