declare const _default: import("vue").DefineComponent<{}, {
    $props: Partial<typeof __VLS_props>;
    data: any;
    schema: any;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const __VLS_props: {
    readonly data: any;
    readonly schema: any;
};
