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