declare const FDynamicView: import("vue").DefineComponent<{
    modelValue: Record<string, any>;
    schema: Record<string, any>;
    callback: (type: string, ...args: unknown[]) => any;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue" | "event" | "componentReady", import("vue").PublicProps, Readonly<{
    modelValue: Record<string, any>;
    schema: Record<string, any>;
    callback: (type: string, ...args: unknown[]) => any;
}> & Readonly<{}>, {
    modelValue: Record<string, any>;
    schema: Record<string, any>;
    callback: (type: string, ...args: unknown[]) => any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default FDynamicView;
