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