declare function __VLS_template(): {
    slots: {
        left?(_: {}): any;
        right?(_: {}): any;
        default?(_: {}): any;
        default?(_: {}): any;
    };
    refs: {
        boxRef: HTMLDivElement;
        iframeRef: HTMLIFrameElement;
    };
    attrs: Partial<{}>;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
    type: {
        type: StringConstructor;
        default: string;
    };
    aspect: {
        type: StringConstructor;
        default: string;
    };
    aspectPlacement: {
        type: StringConstructor;
        default: string;
    };
    tooltip: {
        type: ArrayConstructor;
        default: null;
    };
    bg: {
        type: BooleanConstructor;
        default: boolean;
    };
    border: {
        type: BooleanConstructor;
        default: boolean;
    };
    description: {
        type: StringConstructor;
        default: string;
    };
    placement: {
        type: StringConstructor;
        default: string;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    tag: {
        type: BooleanConstructor;
        default: boolean;
    };
    arrow: {
        type: BooleanConstructor;
        default: boolean;
    };
    fontSizeLevel: {
        type: NumberConstructor;
        default: number;
    };
    isGradient: {
        type: BooleanConstructor;
        default: boolean;
    };
    iframe: {
        type: StringConstructor;
        default: string;
    };
    scrolling: {
        type: StringConstructor;
        default: string;
    };
    params: {
        type: ObjectConstructor;
        default: () => void;
    };
    local: {
        type: BooleanConstructor;
        default: boolean;
    };
    auth: {
        type: StringConstructor;
        default: string;
    };
    dbOptions: {
        type: ObjectConstructor;
        default: () => void;
    };
}>, {
    boxRef: globalThis.Ref<null, null>;
    load: () => Promise<void>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    "arrow-click": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
    type: {
        type: StringConstructor;
        default: string;
    };
    aspect: {
        type: StringConstructor;
        default: string;
    };
    aspectPlacement: {
        type: StringConstructor;
        default: string;
    };
    tooltip: {
        type: ArrayConstructor;
        default: null;
    };
    bg: {
        type: BooleanConstructor;
        default: boolean;
    };
    border: {
        type: BooleanConstructor;
        default: boolean;
    };
    description: {
        type: StringConstructor;
        default: string;
    };
    placement: {
        type: StringConstructor;
        default: string;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    tag: {
        type: BooleanConstructor;
        default: boolean;
    };
    arrow: {
        type: BooleanConstructor;
        default: boolean;
    };
    fontSizeLevel: {
        type: NumberConstructor;
        default: number;
    };
    isGradient: {
        type: BooleanConstructor;
        default: boolean;
    };
    iframe: {
        type: StringConstructor;
        default: string;
    };
    scrolling: {
        type: StringConstructor;
        default: string;
    };
    params: {
        type: ObjectConstructor;
        default: () => void;
    };
    local: {
        type: BooleanConstructor;
        default: boolean;
    };
    auth: {
        type: StringConstructor;
        default: string;
    };
    dbOptions: {
        type: ObjectConstructor;
        default: () => void;
    };
}>> & Readonly<{
    "onArrow-click"?: ((...args: any[]) => any) | undefined;
}>, {
    type: string;
    iframe: string;
    title: string;
    description: string;
    dbOptions: Record<string, any>;
    border: boolean;
    placement: string;
    tooltip: unknown[];
    local: boolean;
    tag: boolean;
    aspect: string;
    aspectPlacement: string;
    arrow: boolean;
    bg: boolean;
    fontSizeLevel: number;
    isGradient: boolean;
    scrolling: string;
    params: Record<string, any>;
    auth: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
