declare var __VLS_17: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_17) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: undefined; }; readonly amplitudes: { readonly type: import("vue").PropType; readonly default: () => any[]; }; readonly variant: { readonly type: import("vue").PropType<"inline" | "floating" | "sphere">; readonly default: "inline"; }; readonly position: { readonly type: import("vue").PropType<"top-left" | "top-right" | "bottom-left" | "bottom-right">; readonly default: "bottom-right"; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly teleport: { readonly type: BooleanConstructor; readonly default: true; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly variant: "inline" | "floating" | "sphere"; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly offset: [number, number]; readonly position: "top-left" | "top-right" | "bottom-left" | "bottom-right"; readonly teleport: boolean; readonly recording: boolean | undefined; readonly amplitudes: number[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };