import { type EnhancedComponent } from '../../utils'; import _FloatingPanel from './floating-panel.vue'; export declare const FloatingPanel: EnhancedComponent; export default FloatingPanel; export type { FloatingPanelProps, FloatingPanelSlots, FloatingPanelEmits, FloatingPanelExpose, } from './common';