export interface Props { width?: string; height?: string; appKey: string; appSecret: string; version?: string; plugins?: string[]; buttonProps?: Record; } declare const _default: __VLS_WithTemplateSlots void; "update:y": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:x"?: ((...args: any[]) => any) | undefined; "onUpdate:y"?: ((...args: any[]) => any) | undefined; }>, { width: string; height: string; buttonProps: Record; version: string; plugins: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { mapContainerRef: HTMLDivElement; }, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };