declare const _default: import("vue").DefineComponent<{}, {
    executor: Function;
    tools: unknown[];
    documents: unknown[];
    emitter: Record<string, any>;
    system: string;
    greetings: string;
    chatTemplate: string;
    editable: boolean;
    config: Record<string, any>;
    $props: {
        readonly executor?: Function | undefined;
        readonly tools?: unknown[] | undefined;
        readonly documents?: unknown[] | undefined;
        readonly emitter?: Record<string, any> | undefined;
        readonly system?: string | undefined;
        readonly greetings?: string | undefined;
        readonly chatTemplate?: string | undefined;
        readonly editable?: boolean | undefined;
        readonly config?: Record<string, any> | undefined;
    };
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
