import type { PopoverProps } from "naive-ui"; declare const _default: __VLS_WithTemplateSlots, { showIndex: boolean; color: string; fontSize: string; placement: string; backgroundColor: string; x: undefined; y: undefined; transform: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, { showIndex: boolean; color: string; fontSize: string; placement: string; backgroundColor: string; x: undefined; y: undefined; transform: string; }>>>, { placement: import("naive-ui").PopoverPlacement; x: number | string; y: number | string; color: string; transform: string; showIndex: boolean; backgroundColor: string; fontSize: string; }>, { default: (_: {}) => any; content: (_: {}) => any; }>; export default _default; declare type __VLS_NonUndefinedable = T extends undefined ? never : T; declare type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; declare type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? P[K] & { default: D[K]; } : P[K]; }; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };