import type { HtmlIngredientProps } from '../types.js'; export interface FloatingPanelBodyProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const FloatingPanelBody: import("svelte").Component; type FloatingPanelBody = ReturnType; export default FloatingPanelBody;