declare const GPieTable: ({
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
        type: {
            type: StringConstructor;
            default: string;
        };
        color: {
            type: ArrayConstructor;
            default: never[];
        };
        size: {
            type: StringConstructor;
            default: string;
        };
        options: {
            type: ObjectConstructor;
            default: () => void;
        };
        description: {
            type: StringConstructor;
            default: string;
        };
        dbOptions: {
            type: ObjectConstructor;
            default: () => void;
        };
    }>> & Readonly<{}>, {
        props: {
            readonly type: string;
            readonly size: string;
            readonly options: Record<string, any>;
            readonly description: string;
            readonly dbOptions: Record<string, any>;
            readonly color: unknown[];
        };
        pieTableRef: globalThis.Ref<null, null>;
    }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
        type: string;
        size: string;
        options: Record<string, any>;
        description: string;
        dbOptions: Record<string, any>;
        color: unknown[];
    }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<globalThis.ExtractPropTypes<{
        type: {
            type: StringConstructor;
            default: string;
        };
        color: {
            type: ArrayConstructor;
            default: never[];
        };
        size: {
            type: StringConstructor;
            default: string;
        };
        options: {
            type: ObjectConstructor;
            default: () => void;
        };
        description: {
            type: StringConstructor;
            default: string;
        };
        dbOptions: {
            type: ObjectConstructor;
            default: () => void;
        };
    }>> & Readonly<{}>, {
        props: {
            readonly type: string;
            readonly size: string;
            readonly options: Record<string, any>;
            readonly description: string;
            readonly dbOptions: Record<string, any>;
            readonly color: unknown[];
        };
        pieTableRef: globalThis.Ref<null, null>;
    }, {}, {}, {}, {
        type: string;
        size: string;
        options: Record<string, any>;
        description: string;
        dbOptions: Record<string, any>;
        color: unknown[];
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
    type: {
        type: StringConstructor;
        default: string;
    };
    color: {
        type: ArrayConstructor;
        default: never[];
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    options: {
        type: ObjectConstructor;
        default: () => void;
    };
    description: {
        type: StringConstructor;
        default: string;
    };
    dbOptions: {
        type: ObjectConstructor;
        default: () => void;
    };
}>> & Readonly<{}>, {
    props: {
        readonly type: string;
        readonly size: string;
        readonly options: Record<string, any>;
        readonly description: string;
        readonly dbOptions: Record<string, any>;
        readonly color: unknown[];
    };
    pieTableRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
    type: string;
    size: string;
    options: Record<string, any>;
    description: string;
    dbOptions: Record<string, any>;
    color: unknown[];
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
    $slots: {
        empty?(_: {
            class: string;
        }): any;
    };
}) & import('vue').Plugin) & Record<string, any>;
export default GPieTable;
