import { CdrObjectOverlayProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Container content that the overlay will be positioned relative to */ container(props: Record): any; /** Content to be positioned */ content(props: Record): any; }> & { /** Container content that the overlay will be positioned relative to */ container(props: Record): any; /** Content to be positioned */ content(props: Record): any; }; refs: { overlayRef: unknown; containerRef: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { tag: string; position: import('./types').ResponsivePosition | import('./types').ObjectPosition; gradientTheme: "dark" | "light"; margin: import('../../lib').ResponsiveSpace | import('../../lib').Spacing; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { overlayRef: unknown; containerRef: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };