declare function showHidePanel(): void; /** * 关闭当前面板 */ declare function close(): void; /** * 重新加载当前面板 */ declare function open(): void; declare var __VLS_7: {}, __VLS_30: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_7) => any; } & { default?: (props: typeof __VLS_30) => any; }; declare const __VLS_base: import('vue').DefineComponent, { id: string; isShow: import('vue').ComputedRef; close: typeof close; open: typeof open; showHidePanel: typeof showHidePanel; updatePosition: (value: { x: number; y: number; }) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; open: (...args: any[]) => void; loaded: (...args: any[]) => void; minimize: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onOpen?: ((...args: any[]) => any) | undefined; onLoaded?: ((...args: any[]) => any) | undefined; onMinimize?: ((...args: any[]) => any) | undefined; }>, { title: string; icon: string; tag: string | number | unknown[] | Record; bottom: string | number; top: string | number; left: string | number; nWidth: string | number; nHeight: string | number; titleHeight: string | number; hasMin: boolean; hasMax: boolean; hasClose: boolean; isDark: boolean; pid: string; right: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };