import { RegionType } from '../../framework';
import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
import { Widget } from '../..';
export interface Props {
    region: RegionType;
    index?: number;
}
declare const _default: DefineComponent<Props, {
    widgets: ComputedRef< Widget[]>;
    widgetsRef: Ref<any, any>;
    setActive: (name: string) => void;
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
    index: number;
}, {}, {}, {}, string, ComponentProvideOptions, false, {
    widgetsRef: ( CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
        region: {
            type: PropType<RegionType>;
            required: true;
        };
        widget: {
            type: PropType<Widget>;
            required: true;
        };
    }>> & Readonly<{}>, {
        widgetRef: Ref<any, any>;
    }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< ExtractPropTypes<{
        region: {
            type: PropType<RegionType>;
            required: true;
        };
        widget: {
            type: PropType<Widget>;
            required: true;
        };
    }>> & Readonly<{}>, {
        widgetRef: Ref<any, any>;
    }, {}, {}, {}, {}> | null)[];
}, any>;
export default _default;
