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