/**
* Scalar floating backdrop component
*
* Provides an absolutely positioned backdrop for the floating element
* This is used internally by a number of the Scalar floating components
* (e.g. Dropdown, Popover, Listbox)
*
* You can use this component directly if you need to customize the backdrop
* for a floating component
*
* @example
*
*
*
*
*
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
default?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarFloatingBackdrop.vue.d.ts.map