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<import('vue').ExtractPropTypes<{
    top: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    left: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    nWidth: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    nHeight: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    icon: {
        type: StringConstructor;
        default: string;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    titleHeight: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    hasMin: {
        type: BooleanConstructor;
        default: boolean;
    };
    hasMax: {
        type: BooleanConstructor;
        default: boolean;
    };
    hasClose: {
        type: BooleanConstructor;
        default: boolean;
    };
    isDark: {
        type: BooleanConstructor;
        default: boolean;
    };
    pid: {
        type: StringConstructor;
        default: string;
    };
    tag: {
        type: (StringConstructor | ArrayConstructor | ObjectConstructor | NumberConstructor)[];
        default: string;
    };
    right: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    bottom: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
}>, {
    id: string;
    isShow: import('vue').ComputedRef<boolean>;
    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<import('vue').ExtractPropTypes<{
    top: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    left: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    nWidth: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    nHeight: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    icon: {
        type: StringConstructor;
        default: string;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    titleHeight: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    hasMin: {
        type: BooleanConstructor;
        default: boolean;
    };
    hasMax: {
        type: BooleanConstructor;
        default: boolean;
    };
    hasClose: {
        type: BooleanConstructor;
        default: boolean;
    };
    isDark: {
        type: BooleanConstructor;
        default: boolean;
    };
    pid: {
        type: StringConstructor;
        default: string;
    };
    tag: {
        type: (StringConstructor | ArrayConstructor | ObjectConstructor | NumberConstructor)[];
        default: string;
    };
    right: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
    bottom: {
        type: (StringConstructor | NumberConstructor)[];
        default: string;
    };
}>> & 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<string, any>;
    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<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
