export default _sfc_main;
declare namespace _sfc_main {
    function setup(__props: any, { expose: __expose }: {
        expose: any;
    }): {
        onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined;
        ref: typeof ref;
    };
    function setup(__props: any, { expose: __expose }: {
        expose: any;
    }): {
        onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined;
        ref: typeof ref;
    };
}
import { ref } from "@vue/runtime-core";
