import * as Vue from 'vue';
export declare const ScriptOnce: Vue.DefineComponent<Vue.ExtractPropTypes<{
    children: {
        type: StringConstructor;
        required: true;
    };
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
    children: {
        type: StringConstructor;
        required: true;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>;
