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