import { type ScalarFloatingOptions } from '../ScalarFloating';
import type { Slots } from './types';
/**
* Scalar Popover component
*
* A floating panel that appears when a trigger element is clicked.
* Built on HeadlessUI Popover with Floating UI positioning.
*
* @example
*
*
* Popover content
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Slots>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarPopover.vue.d.ts.map