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